cargo-binstall/crates/binstalk-downloader
Jiahao XU 23a5937aff
Optimization: Rewrite Download::and_visit_tar to use tokio-tar (#587)
* Add new dep tokio-tar v0.3.0 to binstalk-downloader
* Add new dep tokio-util v0.7.4 with feat io to binstalk-downloader
* Add dep async-trait v0.1.59 to binstalk-downloader
* Add new dep async-compression v0.3.15 to binstalk-downloader
   with features "gzip", "zstd", "xz", "bzip2", "tokio".
* Rewrite `Download::and_visit_tar` to use `tokio-tar`
   to avoid the cumbersome `block_in_place`.
* Apply temporary workaround: Rm use of let-else in mod visitor

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2022-12-04 14:31:34 +13:00
..
src Optimization: Rewrite Download::and_visit_tar to use tokio-tar (#587) 2022-12-04 14:31:34 +13:00
Cargo.toml Optimization: Rewrite Download::and_visit_tar to use tokio-tar (#587) 2022-12-04 14:31:34 +13:00