Tpt
|
0265adbafc
|
Avoids unwrap() in From implementations
|
5 years ago |
Tpt
|
329a80bc8c
|
Makes new Clippy lints pass
|
5 years ago |
Tpt
|
b530af153f
|
Adds WebAssembly support to Oxigraph lib
|
5 years ago |
Tpt
|
8c4c273edf
|
[Breaking] Uses big endian encoding
Allows to do range search based on byte representation
|
5 years ago |
Tpt
|
7cd5558d2b
|
Adds extra compiler and Clippy lints
|
5 years ago |
Tpt
|
603b58c856
|
Drops the dependency on num_traits
|
5 years ago |
Tpt
|
10b1fa68f3
|
Adds native xsd:duration xsd:dateTime xsd:date and xsd:time structures
|
5 years ago |
Tpt
|
4a2daeb739
|
Adds back float to decimal casts
|
5 years ago |
Tpt
|
e0bbe29dc2
|
Use our own xsd:decimal implementation and restrict xsd:integer precision to 64bits
|
5 years ago |
Tpt
|
05a32f7d7a
|
Improves slightly code style
|
5 years ago |
Tpt
|
85bc596cc0
|
Renames Rudf to Oxigraph
|
5 years ago |
Tpt
|
4bbd2ce204
|
Uses u128 instead of UUID inside of BlankNode
Makes code slightly simpler
|
5 years ago |
Tpt
|
3beecdff76
|
Implements SPARQL 1.1 functions
|
5 years ago |
Tpt
|
25b5e20c2b
|
Migrates to Rio 0.3
|
5 years ago |
Tpt
|
06c0773e5a
|
Makes most open-word SPARQL tests pass
Do not make pass the one that distinguish simple literals and xsd:string
|
5 years ago |
Tpt
|
9cc96a5155
|
Enables link time optimizations
|
5 years ago |
Tpt
|
2f706a777f
|
Adds our own IRI normalization instead of relying on Url crate
|
5 years ago |
Tpt
|
cac68a4473
|
Drops LanguageTag and normalizes all tags to lowercase
Makes code simpler
LanguageTag code has been pushed upstream to the `language-tags` crate
|
5 years ago |
Tpt
|
d617e72550
|
Cleanup SPARQL module public API
|
5 years ago |
Tpt
|
9ccc079b4c
|
Adds Repository::load_graph to load graph files
|
5 years ago |
Tpt
|
a803daa64b
|
Removes NamedNode::from_str
|
5 years ago |
Tpt
|
21ad76c7cf
|
Introduces Repository and RepositoryConnection and simplifies API
Allows to upgrades to the latest versions of RocksDB and avoid some behaviors that could cause unexpected crashes
|
5 years ago |
Tpt
|
de8997c750
|
Makes NamedNode store a String internally
|
5 years ago |
Tpt
|
f78121f9d3
|
Removes utils file
|
5 years ago |
Tpt
|
ce1c198552
|
Adds SimpleGraph struct and proper isomorphism implementation
|
5 years ago |
Tpt
|
649fdce93f
|
Fixes some clippy warnings
|
6 years ago |
Tpt
|
9f6f3ca6d7
|
Make LanguageTag::private_use return the private use subtag even if
the tag is only composed of private use subtags
|
6 years ago |
Tpt
|
01f3074d1e
|
LanguageTag: Enables some commented out tests
|
6 years ago |
Tpt
|
b673471b39
|
Use LanguageTag inside of Literal
Allows to normalize language tags case and fixes language tagged string SPARQL lookyp
|
6 years ago |
Tpt
|
01c1e812f5
|
Makes langtag.net valid-tags tests pass
|
6 years ago |
Tpt
|
1a71bae5e2
|
Adds basic LanguageTag structure
|
6 years ago |
Tpt
|
fd7609de81
|
Adds impl From<Cow<str>> for Literal
|
6 years ago |
Tpt
|
25397c5751
|
Drops support of plain literals
They are merged with xsd:string datatyped literal in RDF 1.1
|
6 years ago |
Tpt
|
1499c2c96c
|
Adds native support of xsd:date and xsd:time without duration
|
6 years ago |
Tpt
|
7a16be53d5
|
Adds all RDF and RDFS vocabularies as constants
|
6 years ago |
Tpt
|
4b2f8c121b
|
Avoids global macros importation
|
6 years ago |
Tpt
|
1e0d803272
|
Makes code more "Rust 2018" idiomatic
|
6 years ago |
Tpt
|
6862fd346e
|
Applies "cargo fix --edition"
|
6 years ago |
Tpt
|
02d0d740e1
|
Improves documentation
|
6 years ago |
Tpt
|
65ed79742e
|
Tags a doc test as ignored because it relies on an optional feature
|
6 years ago |
Tpt
|
6e2471de0b
|
Adds support of SPARQL ASK queries
|
6 years ago |
Tpt
|
fc040a4e45
|
Converts to xsd:integer its derived datatypes
|
6 years ago |
Tpt
|
15edf0bc8a
|
Adds basic native support of xsd:dateTime
|
6 years ago |
Tpt
|
071b3934b7
|
Applies more clippy lints
|
6 years ago |
Tpt
|
fa270a220c
|
Adds native encoding for xsd:decimal
|
6 years ago |
Tpt
|
53ffd231a0
|
Adds basic native support of xsd:integer, xsd:float and xsd:double
|
6 years ago |
Tpt
|
23387ab76e
|
Makes repository root directory a Cargo workspace
|
6 years ago |