
tui-prompts
tui-prompts is a Rust crate that provides prompt widgets for the Ratatui crate. It allows for easy
creation of interactive command-line interfaces with various types of prompts. Inspired by
https://www.npmjs.com/package/prompts and various other prompt libraries.
Installation
Add the following to your Cargo.toml file:
[]
= "0.21.0"
= "0.1.0"
Status
Very much a work in progress
Examples

License
Dual-licensed under Apache 2.0 or MIT.