tar/
lib.rs

1#[warn(rust_2018_idioms)]
2
3pub use self::parser::*;
4
5pub mod parser;