Cargo Features
[dependencies]
acpi = { version = "5.1.0", default-features = false, features = ["alloc", "allocator_api"] }
- default = alloc, allocator_api
-
These default features are set whenever
acpi
is added without
somewhere in the dependency tree.default-features = false - alloc default = allocator_api
- allocator_api default alloc
-
Affects
acpi::platform
,mcfg::PciConfigRegions
…