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 |
#48 in Graphics APIs
779,305 downloads per month
Used in 852 crates
(2 directly)
22KB
557 lines
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.
lib.rs
:
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.
Dependencies
~0.1–6.5MB
~36K SLoC