Expand description
Extra utilities for convert_case.
use convert_case::Casing;
use convert_case_extras::case;
assert_eq!(
"toggle_case_word".to_case(case::TOGGLE),
"tOGGLE cASE wORD",
)§Random Feature
The random feature contains case::RANDOM and case::PSEUDO_RANDOM.