Tpt
|
001b6e07b7
|
Enforces "return self not must use" lint
|
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
|
9729ec8ed3
|
Adds features annotations to docs.rs
|
2 years ago |
Tpt
|
854e29ee38
|
Makes XSD datatypes a standalone crate
Allows other crates to reuse Oxigraph XSD datatypes implementation
|
2 years ago |
Tpt
|
7581d9a6b2
|
Makes Clippy happy
|
2 years ago |
Tpt
|
b04bdcceed
|
Makes the new Clippy happy
|
3 years ago |
Yuri Astrakhan
|
55550dc0d0
|
Post-default-branch to main rename
If possible, could you rename the default branch to `main` and merge this?
Thanks :)
|
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
|
9870ce4881
|
Removes Sophia traits implementation
Sophia is planning to depend on Oxigraph, this will make stuff simpler
|
3 years ago |
Tpt
|
375fef1e22
|
Uses README for crates documentation
Avoids duplicated documentation
|
3 years ago |
Tpt
|
4337349aad
|
Moves xsd module to root
Makes "model" module more stand-alone
|
3 years ago |
Tpt
|
72a17c4f72
|
Avoids using std::io::Error where possible
|
3 years ago |
Tpt
|
f64001906c
|
Minor documentation improvements
|
3 years ago |
Tpt
|
f084cfe332
|
Enables more Clippy lints and enforces them
|
3 years ago |
Tpt
|
ec2b307255
|
Fixes Clippy warnings
|
3 years ago |
Tpt
|
f898dd09cc
|
Makes Clippy happy
|
4 years ago |
Tpt
|
2067be1a0e
|
Makes Clippy happy
|
4 years ago |
Tpt
|
a97250dcce
|
Basic RDF-star support
No parsing and SPARQL support yet
|
4 years ago |
Tpt
|
0efc5b4654
|
Renames SledStore to Store and cleans up files hierarchy
|
4 years ago |
Tpt
|
431ec26536
|
Enables the "sled" feature by default
|
4 years ago |
Tpt
|
1662bd7e57
|
Removes the MemoryStore
|
4 years ago |
Tpt
|
35fe15f796
|
Drops RocksDBStore
|
4 years ago |
Tpt
|
cc43742da1
|
Makes Clippy 1.51 happy
|
4 years ago |
Tpt
|
9884decf52
|
Splits the main README into a README per component
|
4 years ago |
Tpt
|
a228d266c5
|
Fixes some internal links in the documentation
|
4 years ago |
Tpt
|
7f8bbce07f
|
Makes rustdoc build the internal links in the documentation
|
4 years ago |
Tpt
|
75a629860d
|
Enforces some extra Clippy lints
|
4 years ago |
Tpt
|
773bdb943e
|
Drops QueryOption parameter from the query method
Introduces a query_opt method for that
|
4 years ago |
Tpt
|
d93a05ed4d
|
Adds some extra clippy lints
|
4 years ago |
Tpt
|
b7041819a6
|
Improves documentation by stating that SPARQL Update is currently supported
|
4 years ago |
Tpt
|
44c216c348
|
Moves sophia implementations into model and store packages
|
4 years ago |
Pierre-Antoine Champin
|
5a289c8fb4
|
add `sophia` feature to enable Sophia traits implementations
|
4 years ago |
Tpt
|
bc333c5d8f
|
Fixes typos in the main oxigraph doc comment
|
4 years ago |
Tpt
|
6b3062f496
|
Renames some sparql module element and improves documentation
QueryResult -> QueryResults
QueryResultFormat -> QueryResultsFormat
QuerySolutionsIterator -> QuerySolutionIter
QueryTriplesIterator -> QueryTripleIter
|
4 years ago |
Tpt
|
db6dbea1ec
|
Removes all deprecated items
|
4 years ago |
Tpt
|
a0c5cf7286
|
Adds links to the code documentation
|
4 years ago |
Tpt
|
8bc84b2820
|
Adds borrowed data structures for RDF terms
|
4 years ago |
Tpt
|
9038ab3921
|
Converts oxigraph::Error into oxigraph::sparql::EvaluationError
|
4 years ago |
Tpt
|
5640b0a32d
|
Renames *Syntax into *Format
It is a simpler word that matches more the current usages
|
4 years ago |
Tpt
|
9d4fe700d6
|
Cleans up code related to file syntaxes
|
4 years ago |
Tpt
|
0d4743f452
|
Uses io::Error for all basic disk store operations
|
4 years ago |
Tpt
|
562cda7d97
|
Makes doc tests fail on warning
|
4 years ago |
Tpt
|
a3dce12d94
|
Makes SPARQL query execution static and simplify federation
|
4 years ago |
Tpt
|
fe92703242
|
Upgrades Clippy lints following Rust 1.45 release
|
5 years ago |
Tpt
|
71aa5a6c79
|
Allows BlankNode struct to store any valid blank node identifier
Closes #34
|
5 years ago |
Tpt
|
3926fdc219
|
Renames QueryResult::Bindings into QueryResult::Solutions
|
5 years ago |
Tpt
|
69f94777b6
|
Adds isomorphism computation to MemoryDataset and drops SimpleGraph
|
5 years ago |
Tpt
|
5039da163b
|
Small code cleanup
|
5 years ago |
Tpt
|
3f3406e1a0
|
Adds concrete PreparedQuery structs and deprecates the trait
Allows to explicitly state the type of prepared queries
|
5 years ago |