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.

Enums§

Node
A YAML node parameterized by its location type.