simd-brotli 9.1.2

A brotli compressor and decompressor with an interface avoiding the rust stdlib, so it suits embedded devices and kernels. A fork of `brotli` whose encoder hot paths are vectorized with `fearless_simd`, giving runtime-dispatched SIMD on stable Rust with no unsafe code. 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

simd-brotli

There is currently very little information to present on this page because Docs.rs has only limited support for extracting structured feature metadata from Cargo crates. This issue is tracked in Rust RFC #3416. Check this library's main docs, readme, and Cargo.toml in case its authors have documentation for features available there instead.

This version has 19 feature flags, 2 of them enabled by default.

default

std (default)

alloc-stdlib (default)

benchmark

billing

This feature flag does not enable additional features.

disable-timer

disallow_large_window_size

This feature flag does not enable additional features.

external-literal-probability

This feature flag does not enable additional features.

ffi-api

float64

This feature flag does not enable additional features.

floating_point_context_mixing

This feature flag does not enable additional features.

hotpath

hotpath-alloc

hotpath-cpu

no-stdlib-ffi-binding

This feature flag does not enable additional features.

pass-through-ffi-panics

This feature flag does not enable additional features.

seccomp

sha2

validation

vector_scratch_space

This feature flag does not enable additional features.