Module yaml_peg::parser[][src]

Expand description

Parser components.

Structs

Parser

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

Enums

PError

The error of parser handling.

TakeOpt

The option of Parser::take_while.

Functions

parse

Parse YAML document.