Commit Graph

98 Commits (04312b6b6c6ab134d8c38f68d6968968000e3a8f)

Author SHA1 Message Date
Pierre-Antoine Champin 816798d006 open blank_node inners 5 years ago
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 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 6 years ago
Tpt 05a32f7d7a Improves slightly code style 6 years ago
Tpt 85bc596cc0 Renames Rudf to Oxigraph 6 years ago
Tpt 4bbd2ce204 Uses u128 instead of UUID inside of BlankNode 6 years ago
Tpt 3beecdff76 Implements SPARQL 1.1 functions 6 years ago
Tpt 25b5e20c2b Migrates to Rio 0.3 6 years ago
Tpt 06c0773e5a Makes most open-word SPARQL tests pass 6 years ago
Tpt 9cc96a5155 Enables link time optimizations 6 years ago
Tpt 2f706a777f Adds our own IRI normalization instead of relying on Url crate 6 years ago
Tpt cac68a4473 Drops LanguageTag and normalizes all tags to lowercase 6 years ago
Tpt d617e72550 Cleanup SPARQL module public API 6 years ago
Tpt 9ccc079b4c Adds Repository::load_graph to load graph files 6 years ago
Tpt a803daa64b Removes NamedNode::from_str 6 years ago
Tpt 21ad76c7cf Introduces Repository and RepositoryConnection and simplifies API 6 years ago
Tpt de8997c750 Makes NamedNode store a String internally 6 years ago
Tpt f78121f9d3 Removes utils file 6 years ago
Tpt ce1c198552 Adds SimpleGraph struct and proper isomorphism implementation 6 years ago
Tpt 649fdce93f Fixes some clippy warnings 6 years ago
Tpt 9f6f3ca6d7 Make LanguageTag::private_use return the private use subtag even if 6 years ago
Tpt 01f3074d1e LanguageTag: Enables some commented out tests 6 years ago
Tpt b673471b39 Use LanguageTag inside of Literal 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 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 7 years ago
Tpt 4b2f8c121b Avoids global macros importation 7 years ago
Tpt 1e0d803272 Makes code more "Rust 2018" idiomatic 7 years ago
Tpt 6862fd346e Applies "cargo fix --edition" 7 years ago
Tpt 02d0d740e1 Improves documentation 7 years ago
Tpt 65ed79742e Tags a doc test as ignored because it relies on an optional feature 7 years ago
Tpt 6e2471de0b Adds support of SPARQL ASK queries 7 years ago
Tpt fc040a4e45 Converts to xsd:integer its derived datatypes 7 years ago
Tpt 15edf0bc8a Adds basic native support of xsd:dateTime 7 years ago
Tpt 071b3934b7 Applies more clippy lints 7 years ago
Tpt fa270a220c Adds native encoding for xsd:decimal 7 years ago
Tpt 53ffd231a0 Adds basic native support of xsd:integer, xsd:float and xsd:double 7 years ago
Tpt 23387ab76e Makes repository root directory a Cargo workspace 7 years ago