altaway 0.1.5

certain functionality used frequently
Documentation

altaway

Here is a simple example to try this out.

let handle = std::io::stdin();
let x: i32 = input(&handle).unwrap();
println!("x: {}", x);
let y: String = input(&handle).unwrap();
println!("y: {}", y);