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

#[test]
fn socket_not_co() -> std::io::Result<()> {
    main()
}