Cargo Features
[dependencies]
dynamic-pooling = { version = "1.0.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverdynamic-pooling
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of crossbeam-queue
crossbeam-queue:
Enable to use APIs that require
std
. This is enabled by default.
dynamic-pooling has 2 features without comments.