Skip to content

Commit 4ca31db

Browse files
authored
feat: Add support for blocking decompress_read (#289)
* Save work Signed-off-by: Xuanwo <[email protected]> * it works Signed-off-by: Xuanwo <[email protected]> * Nice API Signed-off-by: Xuanwo <[email protected]> * Perfect API Signed-off-by: Xuanwo <[email protected]> * Much nicer API Signed-off-by: Xuanwo <[email protected]> * Object API Signed-off-by: Xuanwo <[email protected]> * Cleanup code Signed-off-by: Xuanwo <[email protected]> * Format code Signed-off-by: Xuanwo <[email protected]> * Add document Signed-off-by: Xuanwo <[email protected]> * Fix cargo.toml Signed-off-by: Xuanwo <[email protected]> * Fix returning size incorrectly Signed-off-by: Xuanwo <[email protected]>
1 parent 5ba2708 commit 4ca31db

File tree

3 files changed

+526
-56
lines changed

3 files changed

+526
-56
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ name = "io"
3232
[dependencies]
3333
anyhow = "1.0.56"
3434
async-compat = "0.2.1"
35-
async-compression = { version = "0.3.12", features = [
35+
# Temp workaround, should come back to tagged version after https://github.com/Nemo157/async-compression/issues/150 resolved.
36+
async-compression = { git = "https://github.com/Xuanwo/async-compression", rev = "b439493", features = [
3637
"futures-io",
3738
"all-algorithms",
3839
], optional = true }

0 commit comments

Comments
 (0)