coroutine-rs 0.0.1

Coroutine Library in Rust
1
2
3
4
5
6
language: rust
script:
  - cargo build -v
  - cargo test -v
  - cargo run --example simple
  - cargo doc --no-deps