Improvements:
Breaking changes:
unicode
crate feature if you need unicode support.SomeCase
to ToSomeCase
, matching std
s convention of beginning trait names with a verb (ToOwned
, AsRef
, …)ToMixedCase
to ToLowerCamelCase
ToCamelCase
to ToUpperCamelCase
ToPascalCase
as an alias to ToUpperCamelCase