Expand description

This crate is an implementation of the Unicode Title Casing algorithm. It implements a trait on char and str that adds title case handling methods. These methods are very similar to how the std library currently handles uppercase and lowercase.

Re-exports

Modules

  • A module to supply TR/AZ locale specific upper and lower case utilities.

Structs

Traits

Functions

  • Accepts a char and returns the Unicode title case for that character as a 3 char array.