1 2 3 4 5 6 7
extern crate add_macro; use add_macro::input; fn main() { let buf = input!("Type something: "); println!("{buf}"); }