Crate macron_inputln

Source
Expand description

githubcrates-iodocs-rs

§Read User Input Line

§Introduction:

Reads user input line from the console.

P.s.: More useful macros you can find here.

§Examples:

let input = inputln!("Enter word 'Test': ");
assert_eq!(input, "Test");

§Licensing:

Distributed under the MIT license.

§Feedback:

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. See more useful macros here!

Macros§

inputln
Reads user input line from the console