async-compression 0.1.0-alpha.3

Adaptors between compression crates and Rust's modern asynchronous IO types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
language: rust
rust:
- nightly-2019-08-11

before_script: |
  rustup component add rustfmt clippy
script: |
  cargo fmt --all -- --check &&
  cargo clippy --all --all-targets -- -D warnings &&
  cargo build --no-default-features --verbose &&
  cargo build --all --verbose &&
  cargo test  --all --verbose