Tpt
d838d55f02
Uses nightly rustfmt on imports and comments
1 year ago
Yuri Astrakhan
2b8df24b8b
Use `Self::AssocName` to simplify declarations
...
To keep with DRY principle, I think it makes it a bit less redundant to reuse the Self::<associated_type_name> structure in the well known trait implementations - keeps it consistent with the trait decl too.
1 year ago
Yuri Astrakhan
51941c0dc5
Simplify complex strings with raw literals, readme fix
...
Also add a minor debugging python statement to linter
1 year ago
Tpt
025bd2afd2
Uses new cargo lint configuration system
1 year ago
Tpt
899e553249
Makes SPARQL query result Send and Sync
1 year ago
Tpt
38844f6436
sparesults: use Read instead of BufRead as input type
...
Allows to avoid an extra intermediate buffer for JSON and TSV
2 years ago
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
...
Auto-enable all Clippy lints that are not in nursery but a blacklist
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
...
They are small types
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
...
Allows to reuse it in other crates like spargebra
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
...
Closes #47
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
...
Introduces a query_opt method for that
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
...
Allows to be sure that the variables name is always valid and easily serializable
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
...
QueryResult -> QueryResults
QueryResultFormat -> QueryResultsFormat
QuerySolutionsIterator -> QuerySolutionIter
QueryTriplesIterator -> QueryTripleIter
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