async-compression-issue-150-workaround

Crates.ioasync-compression-issue-150-workaround
lib.rsasync-compression-issue-150-workaround
version0.3.15-issue-150
sourcesrc
created_at2022-05-28 16:55:26.629294
updated_at2022-05-28 16:55:26.629294
descriptionAdaptors between compression crates and Rust's modern asynchronous IO types.
homepage
repositoryhttps://github.com/Nemo157/async-compression
max_upload_size
id595834
size388,331
Xuanwo (Xuanwo)

documentation

README

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.

Commit count: 434

cargo fmt