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.

Structs

Traits

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.