prompt-input 1.0.1

A simple and lightweight library for user input prompts in Rust, designed to make input handling straightforward.
Documentation
1
2
3
4
5
6
//! A simple library that provides functionality to prompt for user input.
//! The library is designed to simplify user input handling, offering an easy way to display prompts
//! and capture input.

pub mod prelude;
mod primitive;