Small library for word wrapping, indenting, and dedenting strings
Description
Textwrap is a small library for word wrapping, indenting, and dedenting
strings. You can use it to format strings (such as help and error
messages) for display in commandline applications. It is designed to be
efficient and handle Unicode characters correctly.
This package contains library source intended for building other packages which
use the "textwrap" crate.