Crate zui_core

Source
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§

color
Color in the terminal
key
style
Text Styling in the terminal
term
Abstraction over the terminal

Structs§

Ansi
Define ANSI struct. Meant for private use

Traits§

ToAnsi
Convert string to Ansi type