File: README.md

package info (click to toggle)
rust-ascii-canvas 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (2)
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).