libzui

Crates.iolibzui
lib.rslibzui
version0.0.3
sourcesrc
created_at2021-11-04 15:07:58.222246
updated_at2021-11-07 22:18:38.699476
descriptionA Terminal UI Library, Written in Rust
homepage
repositoryhttps://git.dumrich.com/zui/
max_upload_size
id476696
size67,549
(dumrich)

documentation

README

Rust

zui

A minimal terminal manipulation library written in Rust.

What is it?

zui is a library that intends to make terminal interfaces, simple or complex, easy to create. It is heavily inspired by Termion and tui-rs

It's goals are as follows:

  • Zero external dependencies (aside from libc)
  • Color Support
  • Text Styling
  • Low-level Terminal information
  • Cursor Support
  • Clear Terminal Support
  • ANSI Raw Mode Support
  • Keyboard Support & async stdin
  • Multiple Screens
  • Polish up existing interface and add docs (0.0.1 release)
  • Mouse Support

What isn't it?

It's goals are not as follows:

  • Compile on non Unix machines

License

GPL

Commit count: 0

cargo fmt