# finput A simpler input fuction than read_line Examples: use finput::input; fn main() { let inp = input("Input: "); print!("{inp}"); }