Yuri Astrakhan
2b8df24b8b
Use `Self::AssocName` to simplify declarations
...
To keep with DRY principle, I think it makes it a bit less redundant to reuse the Self::<associated_type_name> structure in the well known trait implementations - keeps it consistent with the trait decl too.
1 year ago
Tpt
025bd2afd2
Uses new cargo lint configuration system
1 year ago
Tpt
899e553249
Makes SPARQL query result Send and Sync
1 year ago
Tpt
38844f6436
sparesults: use Read instead of BufRead as input type
...
Allows to avoid an extra intermediate buffer for JSON and TSV
2 years ago
Tpt
7fe055d2b4
Exposes SPARQL results I/O in Oxigraph and improve EvaluationError
2 years ago
Tpt
1c1531f640
Simplifies some rust doc links
2 years ago
Tpt
808c9db007
String formatting: uses inline syntax
2 years ago
Tpt
1f7e59dde7
HTTP client: adds an option to allow redirections
3 years ago
Tpt
311fffe711
Adds an option to set HTTP timeout
4 years ago
Tpt
d722edd4af
Use OxHTTP HTTP client
4 years ago
Tpt
2067be1a0e
Makes Clippy happy
4 years ago
Tpt
b533163021
Adds application/sparql-results+json to federated queries accept
4 years ago
Tpt
0efc5b4654
Renames SledStore to Store and cleans up files hierarchy
4 years ago
Tpt
1662bd7e57
Removes the MemoryStore
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
773bdb943e
Drops QueryOption parameter from the query method
...
Introduces a query_opt method for that
4 years ago
Tpt
7a110902d2
Provides an API to edit the SPARQL query dataset
4 years ago
Tpt
fa068e1e53
Fixes WASM build
5 years ago
Tpt
23cc09f481
Implements a Simple HTTP client for SPARQL federation and SPARQL LOAD
5 years ago