Commit Graph

75 Commits (dcfcdd359c11c8b159e1e30edf29d6042a357559)

Author SHA1 Message Date
Tpt 4705d75893 makes newer Clippy happy 2 years ago
Tpt bd5e54a00a Makes new Clippy happy 2 years ago
Tpt 1424181379 Support Tokio async in SPARQL TSV results parser 2 years ago
Tpt 7d45ea43f5 Adds Tokio async to SPARQL XML results parser 2 years ago
Tpt e48b268fc5 Adds an async SPARQL JSON results reader 2 years ago
Yuri Astrakhan 0400f04915 Error renaming 2 years ago
Tpt 655ecd3e91 Convert error to thiserror 2 years ago
Yuri Astrakhan 089875ad21 A few more minor lints, keyword fix 2 years ago
Yuri Astrakhan 1e37577b71 Optimize some code, lints 2 years ago
Tpt c0d245871c Simplifies the reexport of sub crates 2 years ago
Tpt ef765666be Serialization: allows to set prefixes 2 years ago
Yuri Astrakhan 18bf383701 Remove tabs from BNF comments 2 years ago
Yuri Astrakhan 185d83838c Linting: Impl ordering, Self refs 2 years ago
Tpt d838d55f02 Uses nightly rustfmt on imports and comments 2 years ago
Yuri Astrakhan 2b8df24b8b Use `Self::AssocName` to simplify declarations 2 years ago
Yuri Astrakhan 51941c0dc5 Simplify complex strings with raw literals, readme fix 2 years ago
Tpt a5781d1187 Releases v0.4.0-alpha.1 2 years ago
Tpt 025bd2afd2 Uses new cargo lint configuration system 2 years ago
Tpt 4756217787 Adds "since" to the #[deprecated] annotations 2 years ago
Tpt efd5eec65d Introduces load_from_read instead of load_graph and load_dataset 2 years ago
Tpt 899e553249 Makes SPARQL query result Send and Sync 2 years ago
Tpt 756c5394d0 Adds Tokio support to SPARQL results serializers 2 years ago
Tpt ab5f5c1c60 Upgrades quick-xml 2 years ago
Tpt ea80c11d6e CI: Run clippy on all targets 2 years ago
Tpt 38844f6436 sparesults: use Read instead of BufRead as input type 2 years ago
Tpt d280f7d2f7 Adds basic location support to sparesults SyntaxError 2 years ago
Tpt dbb39d867a Upgrades json-event-parser 2 years ago
Tpt 67fd726f9d Makes SPARQL results TSV work with a Read implementation 2 years ago
Tpt 412ca37b3c Makes sparesults parser API closer to oxrdfio 2 years ago
Tpt 7a3e07d98d sparesults: no more hidden flush 2 years ago
Tpt 6a21cb0625 Makes sparesults formatter API closer to oxrdfio 2 years ago
Tpt 0783d1dcda Splits sparesults lib.rs 2 years ago
Tpt 1eaa77ad93 Uses new rustdoc <div class="warning"> style 2 years ago
Tpt 9da26c6f95 Makes media type to format more robust 2 years ago
Tpt f10e5a40a3 Enables more Clippy lints 2 years ago
Tpt f6c8358b24 Refactor parsers error types 2 years ago
Tpt cb9922379c Uses "let else" syntax where relevant 2 years ago
Tpt a1cbfdf67d Improves some code style details 2 years ago
Tpt 1c1531f640 Simplifies some rust doc links 2 years ago
Tpt 5f2c9a3b92 Cleans up documentation links to RDF specifications 2 years ago
Tpt 5d253c6afb SPARQL XML results: circumvent quick-xml crash 2 years ago
Tpt 7175784356 Improves Clippy lint list 2 years ago
Tpt 3e0f6b5405 Applies oxigraph crate clippy lint to the complete project 3 years ago
Tpt d653e0645b Updates dependencies 3 years ago
Tpt 20dc1f26df Uses new quick-xml APIs for XML results serialization 3 years ago
Tpt bdb803dab5 JSON SPARQL results: allows the "head" key to be at the end of the document 3 years ago
Tpt 9729ec8ed3 Adds features annotations to docs.rs 3 years ago
Tpt 9063867ec9 QuerySolution: implements Eq and Debug 3 years ago
Tpt 31c6bb7815 TSV SPARQL results: Add spaces around quoted triples "<<" 3 years ago
Tpt 42cd6b0094 XML parser results: clears the temporary data buffer while parsing 3 years ago