brotli 3.5.0

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.
Documentation
1
2
3
4
5
6
{
  "git": {
    "sha1": "b9a4857b18b21c9d49760bcaa2ff2eb39c9d9e74"
  },
  "path_in_vcs": ""
}