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 in the terminal
  • Text Styling in the terminal
  • Abstraction over the terminal

Structs§

  • Define ANSI struct. Meant for private use

Traits§

  • Convert string to Ansi type