2 releases

0.1.1 Mar 22, 2024
0.1.0 Mar 22, 2024

#467 in Command-line interface

Download history 203/week @ 2024-03-20 18/week @ 2024-03-27 32/week @ 2024-04-03

53 downloads per month

MIT license

2KB

finput

A simpler input fuction than read_line

Examples:

use finput::input;

fn main() {
    let inp = input("Input: ");
    print!("{inp}");
}

No runtime deps