Cargo Features
[dependencies]
rand_core_compat = { version = "0.1.1", default-features = false, features = ["std", "rand_core_0_5", "rand_core_0_6", "rand_core_0_9", "rand_core_0_10"] }
- default = std
-
The
stdfeature is set by default wheneverrand_core_compatis added withoutsomewhere 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 ^0.9
- 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 ^0.9
- rand_core_0_10
-
Enables rand_core