rlsp-yaml-parser 0.3.1

Spec-faithful streaming YAML 1.2 parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-License-Identifier: MIT

mod base;
mod block;
mod directive_scope;
mod directives;
mod flow;
mod line_mapping;
mod properties;
mod state;
mod step;

pub use directive_scope::DirectiveScope;
pub use state::{CollectionEntry, IterState, PendingAnchor, PendingTag};