liblightning 0.0.2

High-performance general-purpose stackful coroutine library.
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
script:
  - cargo build --verbose
  - cargo test --verbose
  - cargo bench || true