| Crates.io | macron-inputln |
| lib.rs | macron-inputln |
| version | 0.1.1 |
| created_at | 2025-05-25 04:18:01.05972+00 |
| updated_at | 2025-05-25 04:18:01.05972+00 |
| description | Reads user input line from the console |
| homepage | |
| repository | https://github.com/fuderis/rs-macron/tree/main/macron-inputln |
| max_upload_size | |
| id | 1688005 |
| size | 7,985 |
Reads user input line from the console.
P.s.: More useful macros you can find here.
let input = inputln!("Enter word 'Test': ");
assert_eq!(input, "Test");
Distributed under the MIT license.
You can contact me via GitHub or send a message to my Telegram @fuderis.
This library is constantly evolving, and I welcome your suggestions and feedback.