Cargo Features
BTreeVec has no features set by default.
[dependencies]
btree-vec = { version = "0.3.1", features = ["allocator_api", "dropck_eyepatch", "allocator-fallback"] }
- allocator_api
-
Enables allocator_api of optional allocator-fallback
- dropck_eyepatch = add-syntax
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- allocator-fallback implicit feature
-
Enables allocator-fallback
allocator-fallback:
Minimal fallback for the standard library’s allocator API
- add-syntax dropck_eyepatch?