| Crates.io | usr_input |
| lib.rs | usr_input |
| version | 0.1.1 |
| created_at | 2025-12-04 05:06:27.038042+00 |
| updated_at | 2025-12-04 05:11:16.172443+00 |
| description | A simple macro to get user input in 1 line |
| homepage | |
| repository | https://github.com/Wdboyes13/usrinput-rs |
| max_upload_size | |
| id | 1965910 |
| size | 3,982 |
This is a simple crate that lets you get command line input from a user in a single line
let mut inp = String::new();
input!(inp, "Enter your name: ").expect("Failed to read input!");
Copyright (c) 2025 Wdboyes13
This crate is licensed under the MIT license
Full license available at LICENSE
SPDX-License-Identifier: MIT