ascii-canvas 3.0.0

simple canvas for drawing lines and styled text and emitting to the terminal
Documentation
1
2
3
4
5
6
7
8
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](https://docs.rs/ascii-canvas/) for more information.

ASCII canvas was originally part of the [LALRPOP parser generator](https://github.com/nikomatsakis/lalrpop).