Crate textwrap [] [src]

textwrap provides functions for word wrapping and filling text.

Functions

fill

Fill a line of text at width bytes.

wrap

Wrap a line of text at width bytes and return a vector of lines.