Cargo Features
associated_list has no features set by default.
[dependencies]
associated_list = { version = "0.2.0", features = ["nightly", "allocator_api", "doc_auto_cfg"] }
- nightly = allocator_api, doc_auto_cfg
-
collection of all nightly-only features
- allocator_api nightly?
-
add an "allocator"-parameter to the AssocList. Requires the "allocator_api" feature/a nightly toolchain.
Affects
allocator::Allocator
… - doc_auto_cfg nightly?