Expand description
ZenConsoleInput: A simple, cross-platform console input library for Rust.
This library provides an easy-to-use interface for getting various types of user input from the console, including single-line input, multiline input, password input, and selection from a list of options.
Structsยง
- Struct for handling text input from the user.
- Struct for handling password input from the user.
- Opinionated struct for handling selection input from the user.
- The main struct for ZenConsoleInput.