Cargo Features
[dependencies]
efi = { version = "0.3.1", default-features = false, features = ["allocator"] }
- default = allocator
-
The
allocator
feature is set by default wheneverefi
is added without
somewhere in the dependency tree.default-features = false - allocator default
EFI has 2 features without comments.