Cargo Features
[dependencies]
alloc-compose = { version = "0.5.0", default-features = false, features = ["alloc", "intrinsics"] }
- default = alloc
-
The
alloc
feature is set by default wheneveralloc-compose
is added without
somewhere in the dependency tree.default-features = false - alloc default
- intrinsics
Alloc-Compose has 3 features without comments.