Yuri Astrakhan
a976eb3efc
Remove use_self allow clippy
1 year 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.
1 year ago
Tpt
a1cbfdf67d
Improves some code style details
2 years ago
Tpt
a8abf26913
Enables some extra Clippy lints
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
7a259955d2
Makes Clippy happy
3 years ago
Tpt
000d5ed031
JS: Hide clippy warnings
3 years ago
Tpt
ed13b7bcf3
JS: Overrides the toString method on terms
3 years ago
Tpt
32d3f0782b
Fixes some new clippy warnings
3 years ago
Tpt
621c134ed7
Oxrdf: Uses Box instead of Arc
...
We don't clone too often nested triples
3 years ago
Tpt
97bb227042
Migrates to Rust 2021
4 years ago
Tpt
01da768003
Makes Clippy happy
4 years ago
Tpt
5d3a909105
JS: Moves JS terms constuctors to the package root
4 years ago
Tpt
3ca149fa97
JS: Adds termType: "Quad" to quads and adds variable support to RDF/JS implementation
4 years ago
Tpt
f76f0396e8
Adds back Oxigraph JS
4 years ago
Tpt
ec2b307255
Fixes Clippy warnings
4 years ago
Tpt
122db6a2c3
Drops Oxigraph JS
...
Not supported by Sled
4 years ago
Tpt
cc43742da1
Makes Clippy 1.51 happy
4 years ago
Tpt
8bc84b2820
Adds borrowed data structures for RDF terms
5 years ago
Tpt
974e5d1e1a
Breaking: Adds a new enumeration for graph names
5 years ago
Tpt
2d80960e79
Deprecates Triple and Quad methods
...
It's much simpler to expose the inner fields
5 years ago
Tpt
71aa5a6c79
Allows BlankNode struct to store any valid blank node identifier
...
Closes #34
5 years ago
Tpt
a05476b191
JS: Allows to load serialized triples and quads into MemoryStore
5 years ago
Tpt
9060998f79
Beginning of a JavaScript API on top of Oxigraph
5 years ago