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 whenever bose_einstein is added without default-features = false somewhere in the dependency tree.

allocator_api default

Affects bose_einstein::Partition