1 2 3 4 5 6 7
//! Mostly just an exploration of the Rust language and modern CI/CD practices, but I'll use it to include some common/useful utilities as I write them. /// String Extensions pub mod string_ext; /// Test Utilities pub mod test_utils;