Crate unicode_titlecase
source ·Expand description
Structs
- An iterator over a titlecase mapped char.
Traits
- Trait to add titlecase operations to Strings and string slices. Both locale agnostic and TR/AZ versions of the functions are supplied.
- This trait adds title case methods to
char. They function the same as the std library’schar::to_lowercaseandchar::to_uppercaseusing a customToTitleCaseiterator.
Functions
- Accepts a char and returns the Unicode Title Case for that character as a 3 char array.
- Accepts a char and returns the Unicode Title Case for that character as a 3 char array.