Expand description
Re-exports§
pub use ast::Document;pub use ast::Entry;pub use ast::Section;pub use ast::Value;pub use error::MiniConfError;pub use error::ParseErrorKind;
Modules§
- ast
- Abstract syntax tree types used to represent parsed documents.
- error
- Error types emitted by the parser.
- parser
- Low-level parser utilities and the generated pest machinery.