Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Nullus157/async-compression
Adaptors between compression crates and Rust's async IO types
https://github.com/Nullus157/async-compression
Last synced: 3 months ago
JSON representation
Adaptors between compression crates and Rust's async IO types
- Host: GitHub
- URL: https://github.com/Nullus157/async-compression
- Owner: Nullus157
- License: apache-2.0
- Created: 2019-04-29T19:06:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T13:03:44.000Z (6 months ago)
- Last Synced: 2024-05-22T14:10:04.670Z (6 months ago)
- Language: Rust
- Homepage: https://docs.rs/async-compression
- Size: 742 KB
- Stars: 370
- Watchers: 6
- Forks: 68
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# async-compression
[![crates.io version][1]][2] ![build status][3]
[![downloads][5]][6] [![docs.rs docs][7]][8]
![MIT or Apache 2.0 licensed][9]
[![dependency status][10]][11]This crate provides adaptors between compression crates and Rust's modern
asynchronous IO types.- [Documentation][8]
- [Crates.io][2]
- [Releases][releases]## 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
tokio,gzip`.## License
Licensed under either of
- [Apache License, Version 2.0](LICENSE-APACHE)
- [MIT license](LICENSE-MIT)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.[1]: https://img.shields.io/crates/v/async-compression.svg?style=flat-square
[2]: https://crates.io/crates/async-compression
[3]: https://img.shields.io/github/actions/workflow/status/Nullus157/async-compression/base.yml?style=flat-square
[5]: https://img.shields.io/crates/d/async-compression.svg?style=flat-square
[6]: https://crates.io/crates/async-compression
[7]: https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square
[8]: https://docs.rs/async-compression
[9]: https://img.shields.io/crates/l/async-compression.svg?style=flat-square
[10]: https://deps.rs/crate/async-compression/0.4.8/status.svg?style=flat-square
[11]: https://deps.rs/crate/async-compression/0.4.8
[releases]: https://github.com/Nullus157/async-compression/releases