Module construct

Source

Structsยง

InlineFormattingContextBuilder ๐Ÿ”’
TextTransformation
This is an interator that consumes a char iterator and produces character transformed by the given CSS text-transform value. It currently does not support text-transform: capitalize because Unicode segmentation libraries do not support streaming input one character at a time.
WhitespaceCollapse

Enumsยง

PendingCaseConversionResult ๐Ÿ”’

Functionsยง

capitalize_string ๐Ÿ”’
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.
preserve_segment_break ๐Ÿ”’