[][src]Crate rio_turtle

Implementation of N-Triples and Turtle parsers.

All the provided parsers work in streaming from a BufRead implementation. They do not rely on any dependencies outside of Rust standard library.

Structs

NTriplesParser

A N-Triples streaming parser.

TurtleError

Error that might be returned during parsing.

TurtleParser

A Turtle streaming parser.