| Crates.io | finput |
| lib.rs | finput |
| version | 0.1.1 |
| created_at | 2024-03-22 14:08:30.414366+00 |
| updated_at | 2024-03-22 14:13:10.822132+00 |
| description | A simpler input |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1182649 |
| size | 2,805 |
A simpler input fuction than read_line
Examples:
use finput::input;
fn main() {
let inp = input("Input: ");
print!("{inp}");
}