Yuri Astrakhan
|
c0d18d2133
|
Error renaming
```
enum sparesults::error::ParseError -> QueryResultsParseError
struct sparesults::error::SyntaxError -> QueryResultsSyntaxError
Inlined inner
enum oxrdfxml::error::ParseError -> RdfXmlParseError
struct oxrdfxml::error::SyntaxError -> RdfXmlSyntaxError
enum oxttl::toolkit::error::ParseError -> TurtleParseError
struct oxttl::toolkit::error::SyntaxError -> TurtleSyntaxError
enum oxrdfio::error::ParseError -> RdfParseError
struct oxrdfio::error::SyntaxError -> RdfSyntaxError
struct spargebra::parser::ParseError -> SparqlSyntaxError
enum spargebra::parser::ParseErrorKind
Parser -> Syntax
```
|
2 years ago |
Tpt
|
ef765666be
|
Serialization: allows to set prefixes
|
2 years ago |
Tpt
|
d838d55f02
|
Uses nightly rustfmt on imports and comments
|
2 years ago |
Tpt
|
025bd2afd2
|
Uses new cargo lint configuration system
|
2 years ago |
Tpt
|
756c5394d0
|
Adds Tokio support to SPARQL results serializers
|
2 years ago |
Tpt
|
ab5f5c1c60
|
Upgrades quick-xml
|
2 years 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
|
7a3e07d98d
|
sparesults: no more hidden flush
Let the user decide to do it or not
|
2 years ago |
Tpt
|
f6c8358b24
|
Refactor parsers error types
Uses SyntaxError and ParseError everywhere
|
2 years ago |
Tpt
|
5f2c9a3b92
|
Cleans up documentation links to RDF specifications
|
2 years ago |
Tpt
|
5d253c6afb
|
SPARQL XML results: circumvent quick-xml crash
|
2 years ago |
Tpt
|
7175784356
|
Improves Clippy lint list
|
3 years ago |
Tpt
|
3e0f6b5405
|
Applies oxigraph crate clippy lint to the complete project
|
3 years ago |
Tpt
|
d653e0645b
|
Updates dependencies
|
3 years ago |
Tpt
|
20dc1f26df
|
Uses new quick-xml APIs for XML results serialization
|
3 years ago |
Tpt
|
42cd6b0094
|
XML parser results: clears the temporary data buffer while parsing
Avoids indefinitely increasing memory consumption
|
3 years ago |
Tpt
|
54356f5273
|
Updates dependencies
|
3 years ago |
Tpt
|
808c9db007
|
String formatting: uses inline syntax
|
3 years ago |
Thomas Tanon
|
65ed5471da
|
Uses quick-xml 0.26
|
3 years ago |
Tpt
|
eedc4b3a71
|
Removes unnecessary qualified paths
|
3 years ago |
Tpt
|
4327f8e729
|
Makes sure all writers flushes before the end
The API user is likely to write a lot of data with them. This way the API is more "foolproof"
|
4 years ago |
Tpt
|
34cc602e0b
|
Makes SolutionsWriter input type broader
|
4 years ago |
Tpt
|
579641909c
|
sparesults: return error on duplicated variable declaration
|
4 years ago |
Tpt
|
850b8eddcf
|
Moves out of Oxigraph SPARQL results parser and serializers
|
4 years ago |
Tpt
|
f5545f1948
|
Makes Oxigraph model standalone as oxrdf
Allows to reuse it in other crates like spargebra
|
4 years ago |
Tpt
|
01a33192eb
|
Adds a public API for SPARQL query results I/O
|
4 years ago |