Expand description
§zui
zui
is a terminal UI library in Rust. It works on Unix-like platforms and ANSI terminals, with Windows support
planned. It has features like dynamic resizing, async stdin, and more
zui
is very simple, yet powerful. To see examples on how to use zui
, visit:
https://git.dumrich.com/zui/tree/examples
Modules§
Structs§
- Ansi
- Define ANSI struct. Meant for private use
Traits§
- ToAnsi
- Convert string to Ansi type