Cargo Features
[dependencies]
wookie = { version = "0.3.2", default-features = false, features = ["alloc"] }
- default = alloc
-
The
alloc
feature is set by default wheneverwookie
is added without
somewhere in the dependency tree.default-features = false - alloc default
Wookie has 2 features without comments.