• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-713562

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D01-Jan-197074 65

.gitignoreH A D01-Jan-197025 44

Cargo.tomlH A D01-Jan-1970896 2523

Cargo.toml.orig-cargoH A D01-Jan-1970357 1512

LICENSE-APACHEH A D01-Jan-197010.6 KiB202169

LICENSE-MITH A D01-Jan-19701 KiB2622

README.mdH A D01-Jan-1970406 96

README.md

1ASCII canvas is a simple library that allows you to draw lines and
2colored text and then write them to the terminal. It uses the `term`
3library to handle the ANSI nonsense and hence it works on Windows,
4Mac, and Unix.
5
6See [the documentation](https://docs.rs/ascii-canvas/) for more information.
7
8ASCII canvas was originally part of the [LALRPOP parser generator](https://github.com/nikomatsakis/lalrpop).
9