open-coroutine 0.0.5

The open-coroutine is a simple, efficient and generic stackful-coroutine library.
Documentation
1
2
3
4
fn main() {
    //link hook dylib
    println!("cargo:rustc-link-lib=dylib=hook");
}