Module docs

Module docs 

Source
Expand description

Contains the core elements to read / query an information graph.

Each information graph is represented by a Doc which provides access to its nodes and leaves via Element. A Doc is built using DocBuilder and can then be further optimized for read access using Table.

Structsยง

Doc
Provides the root node of an information graph.
Element
Provides a node or leaf within the information graph.
ElementIter
Represents an Iterator over all child elements of a list.
EntryIter
Represents an Iterator over all key/value pairs of an inner object.
Query
Represents a pre-compiled query.