Text input library
A simple library for interactive text input in the terminal. It displays a message to the user and captures input synchronously, returning the entered text as a String (with spaces and line breaks removed). Ideal for CLI applications in Rust that need direct and clean user input.
Example:
use text;
$ cargo run
What's your name? Rust
Hi, Rust