Crates.io | requestty-ui |
lib.rs | requestty-ui |
version | 0.5.0 |
source | src |
created_at | 2021-07-17 12:49:04.788935 |
updated_at | 2022-09-01 13:23:14.991016 |
description | A widget based terminal ui rendering library. |
homepage | https://github.com/Lutetium-Vanadium/requestty#readme |
repository | https://github.com/Lutetium-Vanadium/requestty |
max_upload_size | |
id | 424045 |
size | 200,903 |
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.
This crate currently supports 2 backends:
The different backends can be enabled using the features of the same name.