Skip to main content

Module node

Module node 

Source
Expand description

YAML AST node types.

Node<Loc> is the core type — a YAML value parameterized by its location type. For most uses Loc = Span. The loader produces Vec<Document<Span>>.

Structs§

Document
A YAML document: a root node plus directive metadata.
NodeMeta
Rare per-node fields that are absent on most nodes in typical documents.

Enums§

Node
A YAML node parameterized by its location type.