Skip to content

Adaptors between compression crates and Rust's async IO types

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

indygreg/async-compression

This branch is 38 commits behind Nullus157/async-compression:prīmum.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7e9ecbb · Jan 26, 2022
Jan 25, 2022
Sep 26, 2019
Nov 7, 2020
Jan 25, 2022
Dec 28, 2020
Jun 20, 2020
Jan 26, 2022
Jan 26, 2022
May 1, 2019
May 1, 2019
Aug 14, 2020
Jan 25, 2022

Repository files navigation

async-compression

crates.io version build status downloads docs.rs docs

This crate provides adaptors between compression crates and Rust's modern asynchronous IO types.

Development

When developing you will need to enable appropriate features for the different test cases to run, the simplest is cargo test --all-features, but you can enable different subsets of features as appropriate for the code you are testing to avoid compiling all dependencies, e.g. cargo test --features gzip,stream.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.

About

Adaptors between compression crates and Rust's async IO types

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%