Expand description
Interfaces for RDF parsers.
The main types are TriplesParser
for triples parsing and QuadsParser
for quads parsing.
Structs§
- Generalized
Quads Parser Iterator - Created with the method
into_iter
. - Line
Byte Position - Quads
Parser Iterator - Created with the method
into_iter
. - Triples
Parser Iterator - Created with the method
into_iter
.
Traits§
- Generalized
Quads Parser - A parser returning generalized
Quad
. - Parse
Error - Error trait that allows to get the textual position of the error
- Quads
Parser - A parser returning
Quad
. - Triples
Parser - A parser returning
Triple
.