1#![warn(rust_2018_idioms, rust_2021_compatibility, missing_docs)] 2#![allow(missing_docs)] 3 4pub mod doc; 5pub mod error; 6pub mod parser;