Cargo Features
[dependencies]
wdk = { version = "0.3.0", default-features = false, features = ["alloc", "nightly"] }
- default = alloc
-
The
alloc
feature is set by default wheneverwdk
is added without
somewhere in the dependency tree.default-features = false - alloc default
- nightly
WDK has 3 features without comments.