289 B
289 B
inflections
A Rust library for transforming one style of string to another focused on high performance.
Read the documentation for more.
Example
use inflections::Inflect;
assert_eq!("Hello World".to_camel_case(), "helloWorld".to_owned());