Tpt
|
c2040a30fd
|
oxttl: Exposes the base IRI
Issue #730
|
12 months ago |
Tpt
|
a5781d1187
|
Releases v0.4.0-alpha.1
|
12 months ago |
Tpt
|
a84b898fda
|
Parsers: adds "unchecked" option for faster parsing
Does not validate IRIs and language tags
|
1 year ago |
Tpt
|
ea80c11d6e
|
CI: Run clippy on all targets
|
1 year ago |
Tpt
|
99abe69ba1
|
oxttl: Exposes prefixes
|
1 year ago |
Tpt
|
d44f9bee7a
|
I/O adds extra #[must_use] annotations
|
1 year ago |
Tpt
|
010196c974
|
Makes parse_ and serialize_ method take owned Parser and Serializer
It is very rare to reuse parser and this allows to avoid copies
|
1 year ago |
Tpt
|
3adf33d2f4
|
Renames "parse_from_read" to "parse_read"
|
1 year ago |
Tpt
|
cdabe52847
|
RDF I/O: adds basic Tokio support
|
1 year ago |
Tpt
|
f6c8358b24
|
Refactor parsers error types
Uses SyntaxError and ParseError everywhere
|
1 year ago |
Tpt
|
86f14ce96f
|
Improves oxttl documentation
|
2 years ago |
Tpt
|
cb9922379c
|
Uses "let else" syntax where relevant
|
2 years ago |
Tpt
|
71b1768d28
|
New N3/Turtle/TriG/N-Triple/N-Quad parsers and serializers
- Compatible with async IO
- Turtle/TriG parser recovery on simple errors
|
2 years ago |