console-utils-rs

console-utils-rs

CLI Input Library for Rust

This project was initiated by writing Python during my Computer Science lessons. Rust itself (the standard library) doesn't have a very “nice” way of retrieving user input. In comparison, Python has the simple input function. Therefore, I decided to develop this crate with a focus on developer-friendly, highly capable input handling.