prompt_input/
lib.rs

1//! A simple library that provides functionality to prompt for user input.
2//! The library is designed to simplify user input handling, offering an easy way to display prompts
3//! and capture input.
4
5pub mod prelude;
6mod primitive;