Tpt
|
7175784356
|
Improves Clippy lint list
|
2 years ago |
Tpt
|
3e0f6b5405
|
Applies oxigraph crate clippy lint to the complete project
|
2 years ago |
Tpt
|
31c6bb7815
|
TSV SPARQL results: Add spaces around quoted triples "<<"
|
2 years ago |
Tpt
|
6d09d77c61
|
CSV and TSV SPARQL results: always print trailing line jumps
Follows the TSV grammar and probably nicer CSV support too
Also check for wrong numbers of columns in TSV parsing
|
2 years ago |
Tpt
|
a51509dcd3
|
TSV SPARQL results: Properly quote \t and use short Turtle serialization everywhere possible
|
2 years ago |
Tpt
|
808c9db007
|
String formatting: uses inline syntax
|
2 years ago |
Tpt
|
7581d9a6b2
|
Makes Clippy happy
|
2 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"
|
3 years ago |
Tpt
|
34cc602e0b
|
Makes SolutionsWriter input type broader
|
3 years ago |
Tpt
|
579641909c
|
sparesults: return error on duplicated variable declaration
|
3 years ago |
Tpt
|
9dc8d348c4
|
sparesults: avoid stack overflow errors on too many nested triples
|
3 years ago |
Tpt
|
0105a4a54a
|
Fixes Literal N-Triples parsing bug
It was crashing when the input were only a double quote
|
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
|
01a33192eb
|
Adds a public API for SPARQL query results I/O
|
3 years ago |