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