io-tools 0.1.1

some useful io tools in rust
Documentation
1
2
3
4
extern crate io_tools;
fn main() {
    println!("Hello, world!");
}