Yuri Astrakhan
271e6cf1a2
a few more cleanups
2 years ago
Yuri Astrakhan
c245f47236
Convert all Error + ErrorKind into one error
2 years ago
Tpt
d838d55f02
Uses nightly rustfmt on imports and comments
2 years ago
Yuri Astrakhan
5be6f55155
A few more self-fixes
...
These are a bit more questionable but still keep things cleaner a bit, at least in some cases?
Most of these were the result of `cargo clippy --fix -- -W clippy::use_self`
2 years 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.
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
7e7489499d
OxRDF: Fixes Term::from_str() with a blank node in object position of a quoted triple
3 years ago
Tpt
808c9db007
String formatting: uses inline syntax
3 years ago
Tpt
6c80c8dd56
Makes Clippy pass without warning with rdf-start disabled
3 years ago
Tpt
e9bbe8e036
Applies new Clippy suggestions
3 years ago
Tpt
0123280f64
Do not make compilation fails on lints
...
Creates problems on untested architectures and rust version upgrades
4 years ago
Tpt
4efd193708
Improves documentation
4 years ago
Tpt
32d3f0782b
Fixes some new clippy warnings
4 years ago
Tpt
986e90845a
Reduces maximal stack size
...
Crashes on GitHub CI and is likely to crash on other systems too
4 years ago
Tpt
9dc8d348c4
sparesults: avoid stack overflow errors on too many nested triples
4 years ago
Tpt
0105a4a54a
Fixes Literal N-Triples parsing bug
...
It was crashing when the input were only a double quote
4 years ago
Tpt
a16a4108b8
Allows using oxrdf without RDF-star
4 years ago
Tpt
f5545f1948
Makes Oxigraph model standalone as oxrdf
...
Allows to reuse it in other crates like spargebra
4 years ago
Tpt
f084cfe332
Enables more Clippy lints and enforces them
4 years ago
Tpt
8f360568dc
Makes Term::from_str support RDF-star
5 years ago
Tpt
75a629860d
Enforces some extra Clippy lints
5 years ago
Tpt
39fe1b1704
Removes The default_graph_uris and named_graph_uris parameters from Python query methods
5 years ago
Tpt
c6d26a2a37
Easy parsing of terms from their serialization and SPARQL TSV parser
5 years ago