brotli 6.0.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

brotli

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 13 feature flags, 3 of them enabled by default.

default

  • std

std

  • alloc-stdlib
  • brotli-decompressor/std

alloc-stdlib

  • dep:alloc-stdlib

disable-timer

  • brotli-decompressor/disable-timer

ffi-api

  • brotli-decompressor/ffi-api

validation

  • sha2

seccomp

  • brotli-decompressor/seccomp

sha2

  • dep:sha2

benchmark

  • brotli-decompressor/benchmark

pass-through-ffi-panics

    This feature flag does not enable additional features.

simd

    This feature flag does not enable additional features.

vector_scratch_space

    This feature flag does not enable additional features.

external-literal-probability

    This feature flag does not enable additional features.