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
Tpt
4756217787
Adds "since" to the #[deprecated] annotations
1 year ago
Tpt
4084acb9b8
Renames dump_dataset and dump_graph to dump_to_write and dump_graph_to_write
1 year ago
Tpt
f183196859
Adopt new I/O API for parsing
2 years ago
Tpt
7cd383af79
Introduces OxRDF I/O stand-alone crate
2 years ago
Tpt
5f2c9a3b92
Cleans up documentation links to RDF specifications
2 years ago
Tpt
b04bdcceed
Makes the new Clippy happy
3 years ago
Tpt
ad4bfe35c2
Fixes typos in the documentation
3 years ago
Tpt
fc26fa87a5
Makes a lot of dumb functions inline
3 years ago
Tpt
f262df9f53
Improve Oxigraph server CLI API
3 years ago
Tpt
f084cfe332
Enables more Clippy lints and enforces them
4 years ago
Tpt
db6dbea1ec
Removes all deprecated items
5 years ago
Tpt
fdc0dbbeef
Adds #[inline] annotations to simple public functions
5 years ago
Tpt
2b1ca1b7ec
Improves python bindings : more functions and documentation
5 years ago
Tpt
a0c5cf7286
Adds links to the code documentation
5 years ago
Tpt
5640b0a32d
Renames *Syntax into *Format
...
It is a simpler word that matches more the current usages
5 years ago
Tpt
7f418fffc3
Makes syntax enumerations non exhaustive
5 years ago
Tpt
9d4fe700d6
Cleans up code related to file syntaxes
5 years ago
Tpt
71016ce475
Makes the format from MIME type converter accept more MIME types
5 years ago
Tpt
f4f542ce00
Removes unimplemented! macro calls for SPARQL results formats
5 years ago
Tpt
85bc596cc0
Renames Rudf to Oxigraph
6 years ago
Tpt
1550acdc31
Adds a basic Wikibase loader
6 years ago
Tpt
17abe2d1ab
Uses rouille as HTTP server
...
Way easier to write than with asyncio
Allows to post files to the server
6 years ago
Tpt
d617e72550
Cleanup SPARQL module public API
6 years ago
Tpt
fd3def2daf
Adds Repository::load_dataset to load dataset files
6 years ago
Tpt
9ccc079b4c
Adds Repository::load_graph to load graph files
6 years ago
Tpt
a803daa64b
Removes NamedNode::from_str
6 years ago
Tpt
de8997c750
Makes NamedNode store a String internally
6 years ago
Tpt
4ad8aa6fcf
Simplifies rio package architecture
6 years ago
Tpt
74dadf5f21
Uses Rio N-Triples and Turtle parsers
6 years ago