Crate zen_console_input

Source
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ยง

Input
Struct for handling text input from the user.
Password
Struct for handling password input from the user.
Selection
Opinionated struct for handling selection input from the user.
ZenConsoleInput
The main struct for ZenConsoleInput.