Macro read

Source
macro_rules! read {
    ($out:ident as $type:ty) => { ... };
}
Expand description

coder3101 - stackoverflow.com https://stackoverflow.com/questions/30355185/how-to-read-an-integer-input-from-the-user-in-rust-1-0