Module turtle

Source
Expand description

Serializer for the Turtle 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ยง

TurtleConfig
Turtle serializer configuration.
TurtleSerializer
Turtle serializer.