requestty/requestty-ui
Lutetium-Vanadium c454826c25 Fix clippy warnings and publish 0.5.0 2022-09-01 18:49:34 +05:30
..
crossterm-snapshots rename to requestty 2021-07-15 17:05:17 +05:30
src Update deps and fix doc compilation issues 2022-09-01 18:24:28 +05:30
termion-snapshots rename to requestty 2021-07-15 17:05:17 +05:30
Cargo.toml Fix clippy warnings and publish 0.5.0 2022-09-01 18:49:34 +05:30
README.md Fix small documenation issues 2021-07-17 18:36:30 +05:30

README.md

Requestty-ui

A widget based terminal ui rendering library.

This crate provides an abstraction over terminal manipulation in the form of the Widget trait. It also provides some default widgets available in widgets.

While this crate was built for the requestty crate and other crates which implement the Prompt trait in requestty, it can be used otherwise as well.

Backends

This crate currently supports 2 backends:

The different backends can be enabled using the features of the same name.