| Crates.io | cursebox |
| lib.rs | cursebox |
| version | 0.2.11 |
| created_at | 2016-05-20 05:28:41.263054+00 |
| updated_at | 2021-07-10 18:24:13.050795+00 |
| description | Cell-grid TTY UI library |
| homepage | https://github.com/strake/cursebox.rs |
| repository | https://github.com/strake/cursebox.rs |
| max_upload_size | |
| id | 5110 |
| size | 52,194 |
A cell-grid TTY UI library
Goals:
Evolved from termbox
Note:
So far (as of rust 1.28), you must use nightly.
Building on stable is a goal — we are waiting for const_fn and untagged_unions.