termrect

Crates.iotermrect
lib.rstermrect
version0.1.2
sourcesrc
created_at2018-05-25 12:45:59.686618
updated_at2018-06-05 18:59:16.705547
descriptionAbstract representation of a styled rectangle of characters
homepage
repositoryhttps://github.com/ricochet1k/termrect
max_upload_size
id67002
size28,856
Matt Peterson (ricochet1k)

documentation

README

TermRect   Latest Version Docs Badge Travis Badge AppVeyor Badge

TermRect is a cross-platform representation of a rectangle of characters on a terminal.


About

TermRect is a lightweight representation of a styled 2d character grid. You can draw styled text into a TermRect, you can draw other TermRects into a TermRect. TermRect keeps track of the regions that have changed in each line, so you can render only what changed to the screen.

Commit count: 56

cargo fmt