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 |