| Crates.io | cursion |
| lib.rs | cursion |
| version | 0.1.0 |
| created_at | 2019-05-19 07:49:39.54962+00 |
| updated_at | 2019-05-19 07:49:39.54962+00 |
| description | Cursor optimization library to avoid flickering in terminal |
| homepage | |
| repository | https://github.com/hatoo/Cursion.git |
| max_upload_size | |
| id | 135225 |
| size | 28,680 |
A pure Rust, cursor optimization library to avoid flickering in terminal.
Run unoptimized exmaple. You may notice a flickering.
$ cargo run --examples draw_unoptimized
Run optimized example. You don't see a flickering.
$ cargo run --examples draw_optimized