2 unstable releases

0.2.0 Feb 18, 2022
0.1.0 Feb 15, 2022

#23 in #align


Used in geofetch

MIT license

24KB
410 lines

textflow crates.io GitHub Workflow Status codecov

A Rust library based on textwrap to print text in columns and align to the right, center or justify text

It was primarily made for COQ and can be used, modified and distributed under the terms of the MIT License.

Many thanks to @mgeisler for textwrap.


lib.rs:

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

Dependencies

~2.5–3.5MB
~58K SLoC