agzip 0.1.0

Async compatible gzip (de)compressor
Documentation
1
2
3
4
5
6
7
8
9
10
<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>