Cargo Features
[dependencies]
shared_vector = { version = "0.4.4", default-features = false, features = ["std", "nightly"] }
- default = std
-
The
std
feature is set by default whenevershared_vector
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of allocator-api2
- nightly
-
Enables nightly of allocator-api2 and blink-alloc ^0.2.5
SharedVector has 3 features without comments.