``` use inputreplace::inprep_with;
let input = inprepwith('*'); println!("{}", input); ```
If you enter "12345", the terminal displays
***** //input
12345 //output
It triggers a panic when a non-ascll value is obtained.
It works in Windows and Linux. It may be problematic to use on Mac systems, as I was unable to test it on a Mac.