1 2 3 4 5
#![deny(missing_docs)] #![doc = include_str!("../readme.md")] /// Parser module for library use. pub mod parser;