Module nt

Source
Expand description

Serializer for the N-Triples concrete syntax of RDF.

Important: the methods in this module accepting a Write make no effort to minimize the number of write operations. Hence, in most cased, they should be passed a BufWriter.

Structs§

NtConfig
N-Triples serializer configuration.
NtSerializer
N-Triples serializer.

Functions§

write_term
Write the given term into the given write in the N-Triples format.
write_triple
Write the given term into the given write in the N-Triples format.