Module layout_2020::flow::inline::construct
source ยท 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ยง
- 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.