package
0.7.7
Repository: https://github.com/cayleygraph/cayley.git
Documentation: pkg.go.dev

# 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.

# Type aliases

Reader implements N-Quad document parsing according to the RDF 1.1 N-Quads specification.
Writer implements N-Quad document generator according to the RDF 1.1 N-Quads specification.