# Functions
NewReader returns an N-Quad decoder that takes its input from the provided io.Reader.
NewWriter returns an N-Quad encoder that writes its output to the provided io.Writer.
ParseTyped returns a valid quad.Quad or a non-nil error.
ParseRaw returns a valid quad.Quad or a non-nil error.
# Variables
AutoConvertTypedString allows to convert TypedString values to native equivalents directly while parsing.