Expand description
API for parsing RDF syntaxes.
Traitsยง
- Into
Parsable - Utility trait to support
TripleParser::parse_str
andQuadParser::parse_str
. - Quad
Parser - A parser takes some data of type
T
, and returns aQuadSource
. - Triple
Parser - A parser takes some data of type
T
, and returns aTripleSource
.