Module yaml_peg::parser[][src]

Expand description

Parser components.

Structs

A PEG parser with YAML grammar, support UTF-8 characters.

Enums

The error of parser handling.

The option of Parser::take_while.

Functions

Parse YAML document into alloc::rc::Rc data holder. Return an array of nodes and the anchors.

Parse YAML document into alloc::sync::Arc data holder. Return an array of nodes and the anchors.