http-compress

Crates.iohttp-compress
lib.rshttp-compress
version3.0.16
created_at2024-12-22 00:06:32.463427+00
updated_at2026-01-25 01:46:10.410496+00
descriptionA 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.
homepage
repositoryhttps://github.com/crates-dev/http-compress.git
max_upload_size
id1491567
size27,471
尤雨东 (eastspire)

documentation

README

http-compress

Official Documentation

Api Docs

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.

Features

Installation

To use this crate, you can run cmd:

cargo add http-compress

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

Contact

For any inquiries, please reach out to the author at root@ltpp.vip.

Commit count: 0

cargo fmt