[][src]Module sophia::serializer::nt

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