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
025bd2afd2
Uses new cargo lint configuration system
1 year ago
Tpt
b777d0110a
Makes recent Clippy happy
2 years ago
Tpt
64f45cd11b
Makes recent Clippy happy
2 years ago
Tpt
872111ab88
Makes Graph and Dataset implement Clone
2 years ago
Tpt
807cf0d436
Isomorphism: make sure to also take quoted triples into account and fixes interning stability issue
2 years ago
Tpt
a8abf26913
Enables some extra Clippy lints
2 years ago
Tpt
c016116b09
Makes Clippy 1.65 happy
2 years ago
Tpt
7175784356
Improves Clippy lint list
2 years ago
Tpt
3e0f6b5405
Applies oxigraph crate clippy lint to the complete project
2 years ago
Tpt
a164b268c2
OxRDF: drops lasso dependency
2 years ago
Tpt
6c80c8dd56
Makes Clippy pass without warning with rdf-start disabled
2 years ago
Yuri Astrakhan
47d1f9a293
Fix deprecated min/max values
...
A tiny noop fix
3 years ago
Tpt
0123280f64
Do not make compilation fails on lints
...
Creates problems on untested architectures and rust version upgrades
3 years ago
Tpt
fc26fa87a5
Makes a lot of dumb functions inline
3 years ago
Tpt
a16a4108b8
Allows using oxrdf without RDF-star
3 years ago
Tpt
f5545f1948
Makes Oxigraph model standalone as oxrdf
...
Allows to reuse it in other crates like spargebra
3 years ago
Tpt
97bb227042
Migrates to Rust 2021
3 years ago
Tpt
f084cfe332
Enables more Clippy lints and enforces them
4 years ago
Tpt
a97250dcce
Basic RDF-star support
...
No parsing and SPARQL support yet
4 years ago
Tpt
820ea62424
Makes Interned aggregated terms not copy
...
Ground work for RDF* support
4 years ago
Tpt
8004fc28c0
Renames NamedOrBlankNode to Subject
...
Preparatory work for RDF-star addition
4 years ago
Tpt
f75dc6a61d
Adds simple in memory Graph and Dataset
4 years ago