finput 0.1.1

A simpler input
Documentation
1
2
3
4
5
use finput::input;

fn main() {
    print!("{}", input("Testing: "));
}