fimdoc/
lib.rs

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