Skip to content

Commit

Permalink
Merge pull request #185 from quininer/async-gzip
Browse files Browse the repository at this point in the history
Async GzDecoder
  • Loading branch information
alexcrichton committed Mar 13, 2019
2 parents 10e060b + c5b2b88 commit 433f50c
Show file tree
Hide file tree
Showing 5 changed files with 324 additions and 142 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ quickcheck = { version = "0.7", default-features = false }
tokio-io = "0.1.11"
tokio-tcp = "0.1.3"
tokio-threadpool = "0.1.10"
futures = "0.1"

[features]
default = ["miniz-sys"]
Expand Down
Loading

0 comments on commit 433f50c

Please sign in to comment.