Crate textflow

Source
Expand description

A library built upon textwrap that lets you print text in columns, aligned to the right, centered or justified.

Structs§

Layout
Dynamic columns layout.
Options
(re-exported from textwrap) Holds settings for wrapping and filling text. Holds settings for wrapping and filling text.

Enums§

Alignment
Text alignment. See align() for details.
Spacing
Column spacing. See columns() for details.

Functions§

align
Wraps and aligns text.
columns
Wraps and aligns text within columns.