Cargo Features
boost-rs has no features set by default.
[dependencies]
boost-rs = { version = "0.0.9", features = ["full", "logger", "rand", "collection", "sort", "env", "types"] }
- full = collection, env, logger, rand, sort, types
- logger full? = log
-
Affects
boost-rs::logger
… - rand collection? full?
-
Affects
boost-rs::rand
… - collection full? = bitvec, thiserror
-
rand:
Option: enable SmallRng
Affects
boost-rs::collection
… - sort full?
-
Affects
boost-rs::sort
… - env full?
-
Affects
boost-rs::env
… - types full?
-
Affects
boost-rs::types
…
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.