Cargo Features
[dependencies]
rand_core_compat = { version = "0.1.0", default-features = false, features = ["std", "rand_core_0_5", "rand_core_0_6", "rand_core_0_9"] }
- default = std
-
The
std
feature is set by default wheneverrand_core_compat
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of optional rand_core ^0.5, optional rand_core ^0.6, and optional rand_core
- rand_core_0_5
-
Enables rand_core ^0.5
Affects
rand_core_compat::error
… - rand_core_0_6
-
Enables rand_core ^0.6
Affects
rand_core_compat::error
… - rand_core_0_9
-
Enables rand_core