2021-12-10 11:21:31 +08:00

6 lines
78 B
Rust

#![allow(clippy::module_inception)]
mod doc;
pub mod parser;
pub use doc::*;