Cargo Features
[dependencies]
rand06-compat = { version = "0.1.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverrand06-compat
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of rand_core and rand_core ^0.6
rand06-compat has 2 features without comments.