Cargo Features
[dependencies]
brotli-ffi = { version = "1.1.2", default-features = false, features = ["std", "validation", "seccomp", "disable-timer", "vector_scratch_space", "simd", "benchmark"] }
- default = std
-
The
std
feature is set by default wheneverbrotli-ffi
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of brotli ~3.3
- validation
-
Enables validation of brotli ~3.3
- seccomp
-
Enables seccomp of brotli ~3.3
- disable-timer
-
Enables disable-timer of brotli ~3.3
- vector_scratch_space
-
Enables vector_scratch_space of brotli ~3.3
- simd
-
Enables simd of brotli ~3.3
- benchmark
-
Enables benchmark of brotli ~3.3
brotli-ffi has 8 features without comments.