1 2 3 4 5 6 7 8 9
#![doc = include_str!("../README.md")] pub mod output; pub mod template; pub mod casing; mod error; pub use error::Error;