Cargo Features
[dependencies]
bose_einstein = { version = "0.1.1", default-features = false, features = ["allocator_api"] }
- default = allocator_api
-
The
allocator_api
feature is set by default wheneverbose_einstein
is added without
somewhere in the dependency tree.default-features = false - allocator_api default
-
Affects
bose_einstein::Partition
…