Tpt
bdde46b5c7
Releases v0.4.0-alpha.4
1 year ago
Tpt
2b656df6ee
Makes new Clippy happy
1 year ago
Tpt
8e2548467c
Upgrades dependencies including RocksDB 8.11.3
1 year ago
Tpt
e0087c56b3
Makes RocksDB backend optional but enabled by default
1 year ago
Tpt
accadaac34
CI: Uses 1.76.0 for Clippy
1 year ago
Tpt
c277804026
RocksDB: uses multi-columns flush
1 year ago
Tpt
efae84b5f8
Convert from spargebra Update to oxigraph Update
...
Issue #784
1 year ago
Yuri Astrakhan
ea300e9081
Normalize unicode refs
...
Just to keep them a bit more consistent.
Note that there are a lot of code duplications here - but I do not know if they are worth consolidating, and/or any perf implications.
1 year ago
Yuri Astrakhan
0400f04915
Error renaming
...
```
enum sparesults::error::ParseError -> QueryResultsParseError
struct sparesults::error::SyntaxError -> QueryResultsSyntaxError
Inlined inner
enum oxrdfxml::error::ParseError -> RdfXmlParseError
struct oxrdfxml::error::SyntaxError -> RdfXmlSyntaxError
enum oxttl::toolkit::error::ParseError -> TurtleParseError
struct oxttl::toolkit::error::SyntaxError -> TurtleSyntaxError
enum oxrdfio::error::ParseError -> RdfParseError
struct oxrdfio::error::SyntaxError -> RdfSyntaxError
struct spargebra::parser::ParseError -> SparqlSyntaxError
enum spargebra::parser::ParseErrorKind
Parser -> Syntax
```
1 year ago
Tpt
655ecd3e91
Convert error to thiserror
...
Co-authored-by: Yuri Astrakhan <yuriastrakhan@gmail.com>
1 year ago
Yuri Astrakhan
1c3f054836
Convert error to thiserror
...
This converts just one `SerializerError` to use `thiserror` crate, removing some code.
1 year ago
Yuri Astrakhan
089875ad21
A few more minor lints, keyword fix
...
keywords must not have any special chars
1 year ago
Tpt
9e3758e2c9
Makes QueryResults::write return the Write impl
1 year ago
Tpt
be26d210f1
Removes unused StrLookup::contains_str
1 year ago
Tpt
0b1aabfcdd
Moves main crate to lib/oxigraph and centralizes dependencies
1 year ago