1 2 3 4 5
mod ast; #[cfg_attr(feature = "cargo-clippy", allow(module_inception))] mod parser; pub use self::parser::Parser;