Skip to content

Commit 433f50c

Browse files
authored
Merge pull request #185 from quininer/async-gzip
Async GzDecoder
2 parents 10e060b + c5b2b88 commit 433f50c

File tree

5 files changed

+324
-142
lines changed

5 files changed

+324
-142
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ quickcheck = { version = "0.7", default-features = false }
3737
tokio-io = "0.1.11"
3838
tokio-tcp = "0.1.3"
3939
tokio-threadpool = "0.1.10"
40+
futures = "0.1"
4041

4142
[features]
4243
default = ["miniz-sys"]

0 commit comments

Comments
 (0)