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
```toml
crossterm
tui-input = "*"
termion
tui-input = { version = "*", features = ["termion"], default-features = false }
```
Features
- crossterm (default)
- termion
- serde
Demo
See examples.
Used in
TODO
- [x] [crossterm](https://github.com/crossterm-rs/crossterm) backend
- [x] [termion](https://github.com/ticki/termion) backend
- [ ] [rustbox](https://github.com/gchp/rustbox) backend
- [ ] [pancurses](https://github.com/ihalila/pancurses) backend