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