zui-core

Crates.iozui-core
lib.rszui-core
version0.0.3
sourcesrc
created_at2021-11-08 00:03:26.069905
updated_at2021-11-21 21:20:54.498284
descriptionA Terminal UI Library, Written in Rust
homepage
repositoryhttps://git.dumrich.com/zui/
max_upload_size
id478284
size65,846
(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