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
```
|
12 months ago |
Tpt
|
cdabe52847
|
RDF I/O: adds basic Tokio support
|
2 years ago |
Tpt
|
f6c8358b24
|
Refactor parsers error types
Uses SyntaxError and ParseError everywhere
|
2 years ago |
Tpt
|
69d8ce6b4e
|
Migrates RDF/XML parser from Rio
|
2 years ago |
Tpt
|
7175784356
|
Improves Clippy lint list
|
2 years ago |
Tpt
|
9729ec8ed3
|
Adds features annotations to docs.rs
|
2 years ago |
Yuri Astrakhan
|
55550dc0d0
|
Post-default-branch to main rename
If possible, could you rename the default branch to `main` and merge this?
Thanks :)
|
3 years ago |
Tpt
|
0123280f64
|
Do not make compilation fails on lints
Creates problems on untested architectures and rust version upgrades
|
3 years ago |
Tpt
|
4efd193708
|
Improves documentation
|
3 years ago |
Tpt
|
375fef1e22
|
Uses README for crates documentation
Avoids duplicated documentation
|
3 years ago |
Tpt
|
967dbacad7
|
Spargebra: Uses oxrdf terms
|
3 years ago |
Tpt
|
25e192095e
|
Makes SPARQL-star optional in the SPARQL parser
|
4 years ago |
Tpt
|
10ee6e17f0
|
Adds SPARQL* support to the SPARQL parser
Nested triple patterns query evaluation is not implemented yet
Annotation syntax is not implemented yet
|
4 years ago |
Tpt
|
be4a5b0b6b
|
Moves SPARQL parser and algebra to an independent crate
|
4 years ago |