utilcase small collections of utils functions: camelcase, capitalcase, lowercase, snakecase, uppercase Usage use utilcase::prelude::*; fn main() { print!("{}", charcase::is_lowercase('e')); print!("{}", strcase::is_lowercase("hello")); }