Crates.io | ascii-canvas |
lib.rs | ascii-canvas |
version | 4.0.0 |
source | src |
created_at | 2017-03-02 10:48:31.952474 |
updated_at | 2024-09-30 16:34:10.453811 |
description | simple canvas for drawing lines and styled text and emitting to the terminal |
homepage | |
repository | https://github.com/lalrpop/ascii-canvas |
max_upload_size | |
id | 8765 |
size | 34,225 |
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.