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/scalable_stack.rs");

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