| Crates.io | read_io |
| lib.rs | read_io |
| version | 0.1.1 |
| created_at | 2022-02-24 05:24:05.535047+00 |
| updated_at | 2022-04-18 12:21:14.637818+00 |
| description | A macro to read user input easily. |
| homepage | |
| repository | https://github.com/zX3no/read_io |
| max_upload_size | |
| id | 538267 |
| size | 2,061 |
let num: i32 = read!("Enter a number: ").unwrap();
let string: String = read!("Enter a string: ").unwrap();