http-compress 3.0.18

A high-performance async library for HTTP compression/decompression, supporting Brotli, Deflate, and Gzip algorithms. Provides both compression and decompression capabilities with optimized memory usage, ideal for HTTP clients/servers and network programming.
Documentation
1
2
3
4
5
6
7
8
9
mod r#const;
mod r#impl;
#[cfg(test)]
mod test;
mod r#type;

pub use r#type::*;

pub(crate) use r#const::*;