Yuri Astrakhan
dec0e8125f
Move fuzz into workspace
2 years ago
Yuri Astrakhan
7d523ea04e
Update with rebase
2 years ago
Yuri Astrakhan
3a4c8d4a2a
Consolidate dependency management using workspace
...
Declaring all dependencies in one place ensures they are consistent across the project.
Even though some dependencies might be used only once, in my experience it is far easier to keep them consistently in one place, than to have a separation between shared vs non-shared ones, and also to move them once something becomes shared. Easier to just keep everything together and consistent.
2 years ago
Tpt
0b1aabfcdd
Moves main crate to lib/oxigraph and centralizes dependencies
2 years ago
Tpt
90b7b128f2
Upgrades MSRV to 1.70
2 years ago
Tpt
3c51dd31bc
Move back MSRV to 1.67 but keep Cargo.lock to 1.70
...
Allows to build on Debian unstable while using latest dependencies
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
f586cc048f
Fuzzer: ensure that NQuad/TriG segmentation does not affect results
2 years ago
Tpt
69d8ce6b4e
Migrates RDF/XML parser from Rio
2 years ago
Tpt
71b1768d28
New N3/Turtle/TriG/N-Triple/N-Quad parsers and serializers
...
- Compatible with async IO
- Turtle/TriG parser recovery on simple errors
2 years ago
Tpt
fab5db9511
Fuzzer: SPARQL results: Makes the fuzzers test serialization too
3 years ago
Tpt
76dd879ea6
Implements LATERAL join
...
Follows SPARQL 1.2 SEP 0006. It is behind a sep-0006 feature in spargebra and sparql-smith and enabled by default in oxigraph.
Apache Jena tests are passing.
SEP 0006: https://github.com/w3c/sparql-12/blob/main/SEP/SEP-0006/sep-0006.md
3 years ago
Tpt
b7059d07e8
Adds very basic SPARQL evaluation fuzzer
3 years ago
Tpt
8c03e418a7
Adds fuzzing to Oxigraph parsers
4 years ago