Cargo Features
[dependencies]
woff2-no-std = { version = "0.3.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverwoff2-no-std
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of brotli ^6.0.0, bytes, and four-cc
woff2-no-std has 2 features without comments.