Crates.io | termrect |
lib.rs | termrect |
version | 0.1.2 |
source | src |
created_at | 2018-05-25 12:45:59.686618 |
updated_at | 2018-06-05 18:59:16.705547 |
description | Abstract representation of a styled rectangle of characters |
homepage | |
repository | https://github.com/ricochet1k/termrect |
max_upload_size | |
id | 67002 |
size | 28,856 |
TermRect is a cross-platform representation of a rectangle of characters on a terminal.
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.