Breaking changes:
- Rename all traits from
SomeCase
toToSomeCase
, matchingstd
s convention of beginning trait names with a verb (ToOwned
,AsRef
, …) - Rename
ToMixedCase
toToLowerCamelCase
- Rename
ToCamelCase
toToUpperCamelCase
- Add
ToPascalCase
as an alias toToUpperCamelCase