Cargo Features
[dependencies]
lanyard = { version = "0.1.3", default-features = false, features = ["std", "alloc"] }
- default = alloc
-
The
alloc
feature is set by default wheneverlanyard
is added without
somewhere in the dependency tree.default-features = false - std = alloc
- alloc default std?
lanyard has 3 features without comments.