1 2 3 4 5 6 7
//! TOML streaming parser module pub mod event; pub mod parser; pub use event::Event; pub use parser::{Config, Parser};