brotli 3.3.4

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 14 feature flags, 4 of them enabled by default.

default

  • std
  • ffi-api

std

  • alloc-stdlib
  • brotli-decompressor/std

ffi-api

    This feature flag does not enable additional features.

alloc-stdlib

    This feature flag does not enable additional features.

benchmark

  • brotli-decompressor/benchmark

seccomp

  • brotli-decompressor/seccomp

simd

  • packed_simd_2/into_bits

disable-timer

  • brotli-decompressor/disable-timer

validation

  • sha2

vector_scratch_space

    This feature flag does not enable additional features.

pass-through-ffi-panics

    This feature flag does not enable additional features.

packed_simd_2

    This feature flag does not enable additional features.

sha2

    This feature flag does not enable additional features.

external-literal-probability

    This feature flag does not enable additional features.