Module parser

Source
Expand description

API for parsing RDF syntaxes.

Traitsยง

IntoParsable
Utility trait to support TripleParser::parse_str and QuadParser::parse_str.
QuadParser
A parser takes some data of type T, and returns a QuadSource.
TripleParser
A parser takes some data of type T, and returns a TripleSource.