Expand description
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 without needing to handle Result
or Option
explicitly.
Traitsยง
- String
Promptable - A trait that defines prompt functionality for obtaining user input as a
String
.