brotli

A brotli compressor and decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. All included code is safe.

204814651 下载 44043939 近期
官网 源代码 文档
brotlidecompressionhuffmanlz77nostd
安装
cargo add brotli
[dependencies]
brotli = "8.0.4"
详情
官网https://github.com/dropbox/rust-brotli
仓库https://github.com/dropbox/rust-brotli
文档https://docs.rs/brotli/
最新版本8.0.4
分类compression, no-std