| Crates.io | zui-widgets |
| lib.rs | zui-widgets |
| version | 0.0.3 |
| created_at | 2021-11-07 22:19:38.585408+00 |
| updated_at | 2021-11-21 21:30:25.302071+00 |
| description | An addition to `zui` to add widgets to your UI |
| homepage | |
| repository | https://github.com/dumrich/zui-widgets |
| max_upload_size | |
| id | 478255 |
| size | 504,748 |
Fork of tui-rs with zui support
Since version 0.10.0 of tui-rs, zui-widgets requires rustc version 1.44.0 or greater.
The library comes with the following list of widgets:
Click on each item to see the source of the example. Run the examples with with
cargo (e.g. to run the demo cargo run --example demo), and quit by pressing q.
You can run all examples by running make run-examples.
You might want to checkout Cursive for an alternative solution to build text user interfaces in Rust.