tui-input
WARNING: Most of the functionality is only human tested.
A TUI input library supporting multiple backends.
This crate can be used with tui-rs.
Install
Cargo.toml
# crossterm
tui-input = "*"
# termion
tui-input = { version = "*", features = ["termion"], default-features = false }
Features
- crossterm (default)
- termion
- serde
Demo
See examples.