use-case
Composable string casing primitives for RustUse.
use-case keeps case conversion predictable and lightweight. It is aimed at repository naming,
identifier shaping, and small formatting tasks instead of locale-aware typography.
Included conversions
to_snake_caseto_kebab_caseto_pascal_caseto_camel_caseto_title_caseto_constant_casedetect_case
Example
use ;
assert_eq!;
assert_eq!;
assert_eq!;
Scope
- ASCII-first and predictable.
- Conservative with punctuation and repeated separators.
- Unicode letters are preserved for case conversion where Rust's built-in casing supports them.