open-coroutine 0.7.0

The open-coroutine is a simple, efficient and generic stackfull-coroutine library.
Documentation
1
2
3
4
5
6
include!("../examples/sleep_not_co.rs");

#[test]
fn sleep_not_co() {
    main();
}