neco-kdl 0.1.0

Zero-dependency KDL v2 parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod comment;
pub mod normalize;
mod number;
mod parse;
mod scan;
mod string;
mod value;

pub use normalize::normalize;
pub use parse::parse;
pub use value::{KdlDocument, KdlEntry, KdlError, KdlErrorKind, KdlNode, KdlNumber, KdlValue};