<div align="center">
<h1>agzip</h1>
<p>Async compatible gzip (de)compressor</p>
<p>
<a href="https://crates.io/crates/agzip"><img src="https://img.shields.io/crates/v/agzip.svg"></img></a>
<a href="https://docs.rs/agzip"><img src="https://docs.rs/agzip/badge.svg"></img></a>
</p>
<hr>
<p>The basic crate for compressing and decompressing the gzip format with support for integration into asynchronous IO</p>
</div>