1#![allow(missing_docs, clippy::missing_docs_in_private_items)] 2 3pub mod consts; 4pub mod tests; 5pub mod utils; 6 7pub use constcat::concat;