Structs§
- This is an interator that consumes a char iterator and produces character transformed by the given CSS
text-transform
value. It currently does not supporttext-transform: capitalize
because Unicode segmentation libraries do not support streaming input one character at a time.
Enums§
Functions§
- Given a string and whether the start of the string represents a word boundary, create a copy of the string with letters after word boundaries capitalized.