Commit Graph

75 Commits (412ca37b3c67d9b68c4a05c5c7a4214829f82861)

Author SHA1 Message Date
Tpt 412ca37b3c Makes sparesults parser API closer to oxrdfio 2 years ago
Tpt 6a21cb0625 Makes sparesults formatter API closer to oxrdfio 2 years ago
Tpt 7fe055d2b4 Exposes SPARQL results I/O in Oxigraph and improve EvaluationError 2 years ago
Tpt f10e5a40a3 Enables more Clippy lints 2 years ago
Tpt f183196859 Adopt new I/O API for parsing 2 years ago
Tpt 217abaf7ee Adopt new I/O API for serialization 2 years ago
Tpt 69d8ce6b4e Migrates RDF/XML parser from Rio 2 years ago
Tpt a1cbfdf67d Improves some code style details 2 years ago
Tpt 7c0563cb1b XSD type structs: use by-value instead of by-ref in methods 2 years ago
Tpt 7175784356 Improves Clippy lint list 2 years ago
Tpt c1d2cf030d Makes Clippy happy 3 years ago
Tpt e9bbe8e036 Applies new Clippy suggestions 3 years ago
Yuri Astrakhan 3bed098e9e A few minor spelling fixes 3 years ago
Tpt b469060227 Makes QueryResults::read return ParseError 3 years ago
Tpt 4efd193708 Improves documentation 3 years ago
Tpt 34cc602e0b Makes SolutionsWriter input type broader 3 years ago
Tpt 850b8eddcf Moves out of Oxigraph SPARQL results parser and serializers 3 years ago
Tpt f5545f1948 Makes Oxigraph model standalone as oxrdf 3 years ago
Tpt 72a17c4f72 Avoids using std::io::Error where possible 3 years ago
Tpt 01a33192eb Adds a public API for SPARQL query results I/O 3 years ago
Tpt 3daaef71ff Fixes doc test 3 years ago
Tpt f64001906c Minor documentation improvements 3 years ago
Tpt f262df9f53 Improve Oxigraph server CLI API 3 years ago
Tpt 97bb227042 Migrates to Rust 2021 3 years ago
Tpt f6dbb96327 Makes Clippy happy 3 years ago
Tpt 1ddc9a8788 Fixes SPARQL FILTER evaluation with VALUES and subqueries 4 years ago
Tpt f084cfe332 Enables more Clippy lints and enforces them 4 years ago
Tpt f9e8bb7c4e XML query results: fixes nested triples parsing 4 years ago
Tpt c18281183a Uses std::io::Result where relevant 4 years ago
Tpt cde2672cdd Adds JSON deserializer 4 years ago
Tpt 0efc5b4654 Renames SledStore to Store and cleans up files hierarchy 4 years ago
Tpt be4a5b0b6b Moves SPARQL parser and algebra to an independent crate 4 years ago
Tpt 1662bd7e57 Removes the MemoryStore 4 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 5 years ago
Tpt 359da8d9c3 Makes Variable::new validate the variable name 5 years ago
Tpt 37fc3f4929 python: Allows to unpack QuerySolution 5 years ago
Tpt 21c2f6d870 Implements CSV and TSV results serialization 5 years ago
Tpt 6b3062f496 Renames some sparql module element and improves documentation 5 years ago
Tpt db6dbea1ec Removes all deprecated items 5 years ago
Tpt fdc0dbbeef Adds #[inline] annotations to simple public functions 5 years ago
Tpt a0c5cf7286 Adds links to the code documentation 5 years ago
Tpt 9038ab3921 Converts oxigraph::Error into oxigraph::sparql::EvaluationError 5 years ago
Tpt 5640b0a32d Renames *Syntax into *Format 5 years ago
Tpt 7f418fffc3 Makes syntax enumerations non exhaustive 5 years ago
Tpt 0bc5e235eb Adds a serializers API and improves the parser API 5 years ago
Tpt 35fd315585 Adds QueryTriplesIterator 5 years ago
Tpt 3e11180405 Converts all "&mut impl Write" into "impl Write" 5 years ago