routine 0.1.0

Rust coroutine framework.
Documentation
1
2
3
4
5
6
//extern crate rsroutine;
//
//use rsroutine::*;
fn main() {
    println!("Hello, rsroutine!");
}