Crate rio_api

Source
Expand description

This crate provides basic interfaces and data structures for building RDF 1.1 and RDF-star parsers.

It is currently used by the rio_turtle and rio_xml crates.

Modulesยง

formatter
Interfaces for RDF formatters.
model
Data structures for RDF 1.1 and RDF-star concepts like IRI, literal or triples.
parser
Interfaces for RDF parsers.