Commit Graph

48 Commits (1abda73dc9089cad97f8f1d41ca6d726c350d035)

Author SHA1 Message Date
Tpt f9e8bb7c4e XML query results: fixes nested triples parsing 3 years ago
Tpt c18281183a Uses std::io::Result where relevant 3 years ago
Tpt cde2672cdd Adds JSON deserializer 3 years ago
Tpt 0efc5b4654 Renames SledStore to Store and cleans up files hierarchy 3 years ago
Tpt be4a5b0b6b Moves SPARQL parser and algebra to an independent crate 3 years ago
Tpt 1662bd7e57 Removes the MemoryStore 3 years ago
Tpt cc43742da1 Makes Clippy 1.51 happy 4 years ago
Tpt 7f8bbce07f Makes rustdoc build the internal links in the documentation 4 years ago
Tpt 773bdb943e Drops QueryOption parameter from the query method 4 years ago
Tpt c6d26a2a37 Easy parsing of terms from their serialization and SPARQL TSV parser 4 years ago
Tpt 359da8d9c3 Makes Variable::new validate the variable name 4 years ago
Tpt 37fc3f4929 python: Allows to unpack QuerySolution 4 years ago
Tpt 21c2f6d870 Implements CSV and TSV results serialization 4 years ago
Tpt 6b3062f496 Renames some sparql module element and improves documentation 4 years ago
Tpt db6dbea1ec Removes all deprecated items 4 years ago
Tpt fdc0dbbeef Adds #[inline] annotations to simple public functions 4 years ago
Tpt a0c5cf7286 Adds links to the code documentation 4 years ago
Tpt 9038ab3921 Converts oxigraph::Error into oxigraph::sparql::EvaluationError 4 years ago
Tpt 5640b0a32d Renames *Syntax into *Format 4 years ago
Tpt 7f418fffc3 Makes syntax enumerations non exhaustive 4 years ago
Tpt 0bc5e235eb Adds a serializers API and improves the parser API 4 years ago
Tpt 35fd315585 Adds QueryTriplesIterator 4 years ago
Tpt 3e11180405 Converts all "&mut impl Write" into "impl Write" 4 years ago
Tpt d7dc9c88a5 Adds a file parsing API 4 years ago
Tpt 9d4fe700d6 Cleans up code related to file syntaxes 4 years ago
Tpt 0d4743f452 Uses io::Error for all basic disk store operations 4 years ago
Tpt 562cda7d97 Makes doc tests fail on warning 4 years ago
Tpt 1ee4ee1a96 Simplifies QueryResults write API and adds examples 4 years ago
Tpt a3dce12d94 Makes SPARQL query execution static and simplify federation 4 years ago
Tpt 3926fdc219 Renames QueryResult::Bindings into QueryResult::Solutions 4 years ago
Tpt 71016ce475 Makes the format from MIME type converter accept more MIME types 4 years ago
Tpt 3f3406e1a0 Adds concrete PreparedQuery structs and deprecates the trait 4 years ago
Tpt cc7c92092f Provides a nice API for SPARQL SELECT solutions handling 4 years ago
Tpt feaca89f77 Moves NamedNodeOrVariable and TermOrVariable to the SPARQL algebra 4 years ago
Tpt 98a4d40a7e Cleans up the Variable structure to only represent actual variables 4 years ago
Tpt f4f542ce00 Removes unimplemented! macro calls for SPARQL results formats 4 years ago
Tpt 23f5ac78ed Drops dependency on anyhow to get something implementing std::error::Error 5 years ago
Tpt 73f61884c1 Breaking: Uses anyhow instead of failure 5 years ago
Tpt 1550acdc31 Adds a basic Wikibase loader 5 years ago
Dustin Whitney aea8dcebb9 wiring hooked up 5 years ago
Tpt 4bbd2ce204 Uses u128 instead of UUID inside of BlankNode 5 years ago
Tpt 25b5e20c2b Migrates to Rio 0.3 5 years ago
Tpt e1328bb204 Adds RDF/XML server output and upgrades quick_xml 5 years ago
Tpt 153eeb1033 Adds JSON SPARQL results output 5 years ago
Tpt 17abe2d1ab Uses rouille as HTTP server 5 years ago
Tpt 7acb99ab13 Makes QueryResult::read lifetimes better 5 years ago
Tpt d617e72550 Cleanup SPARQL module public API 5 years ago