Cargo Features
PVec has no features set by default.
[dependencies]
pvec = { version = "0.2.1", features = ["serde_serializer", "rayon_iter", "small_branch", "arc"] }
- serde_serializer = serde, serde_derive, serde_json
-
Affects
core::serializer
… - rayon_iter = rayon
-
Affects
iter::PVecParIter
… - small_branch
-
Affects
rrbtree::BRANCH_FACTOR
… - arc
-
Affects
sharedptr::SharedPtr
,iter::PVecParIter
…
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.