Module parser

Source
Expand description

Interfaces for RDF parsers.

The main types are TriplesParser for triples parsing and QuadsParser for quads parsing.

Structs§

GeneralizedQuadsParserIterator
Created with the method into_iter.
LineBytePosition
QuadsParserIterator
Created with the method into_iter.
TriplesParserIterator
Created with the method into_iter.

Traits§

GeneralizedQuadsParser
A parser returning generalized Quad.
ParseError
Error trait that allows to get the textual position of the error
QuadsParser
A parser returning Quad.
TriplesParser
A parser returning Triple.