Module textwrap::word_splitters
source · Expand description
Word splitting functionality.
To wrap text into lines, long words sometimes need to be split
across lines. The WordSplitter enum defines this
functionality.
Enums
The
WordSplitter enum describes where words can be split.Functions
Split words into smaller words according to the split points given
by
word_splitter.