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