read_io 0.1.0

A macro to read user input easily.
Documentation
1
2
3
```rust
let num: i32 = read!("Enter a number: ");
```