5 releases (stable)
4.0.0 | Sep 30, 2024 |
---|---|
3.0.0 | May 13, 2021 |
2.0.0 | Apr 30, 2019 |
1.0.1 |
|
0.0.1 | Mar 2, 2017 |
#742 in Text processing
1,445,586 downloads per month
Used in 954 crates
(2 directly)
22KB
557 lines
An "ASCII Canvas" allows us to draw lines and write text into a fixed-sized canvas and then convert that canvas into ASCII characters. ANSI styling is supported.
ASCII canvas is a simple library that allows you to draw lines and
colored text and then write them to the terminal. It uses the term
library to handle the ANSI nonsense and hence it works on Windows,
Mac, and Unix.
See the documentation for more information.
ASCII canvas was originally part of the LALRPOP parser generator.
Dependencies
~0.1–6.5MB
~34K SLoC