1#[cfg(test)] 2mod tests; 3 4mod generator; 5 6#[cfg(feature = "charsets")] 7pub mod charsets; 8 9#[allow(unused_imports)] 10pub use generator::*;