zui-widgets

Crates.iozui-widgets
lib.rszui-widgets
version0.0.3
sourcesrc
created_at2021-11-07 22:19:38.585408
updated_at2021-11-21 21:30:25.302071
description An addition to `zui` to add widgets to your UI
homepage
repositoryhttps://github.com/dumrich/zui-widgets
max_upload_size
id478255
size504,748
(dumrich)

documentation

https://docs.rs/tui/0.16.0/tui/

README

zui-widgets

Fork of tui-rs with zui support

Rust version requirements

Since version 0.10.0 of tui-rs, zui-widgets requires rustc version 1.44.0 or greater.

Documentation

Widgets

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.

Alternatives

You might want to checkout Cursive for an alternative solution to build text user interfaces in Rust.

Original License

MIT

Commit count: 533

cargo fmt