12 releases
| 0.6.3 | Dec 2, 2025 |
|---|---|
| 0.6.2 | Nov 15, 2025 |
| 0.6.1 | Aug 30, 2025 |
| 0.5.0 | Sep 1, 2022 |
| 0.1.1 | Jul 17, 2021 |
#1608 in Command-line interface
6,603 downloads per month
Used in 2 crates
205KB
4.5K
SLoC
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.
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.
Dependencies
~2–6.5MB
~135K SLoC