Module nt

Source
Expand description

Adapter for the N-Triples parser from RIO

Structs§

NTriplesParser
N-Triples parser based on RIO.

Functions§

parse_bufread
Convenience function for parsing a BufRead with the default parser.
parse_str
Convenience function for parsing a str with the default parser.