Cargo Features
[dependencies]
random-fast-rng = { version = "0.1.1", default-features = false, features = ["std", "doc-comment"] }
- default = std
-
The
std
feature is set by default wheneverrandom-fast-rng
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
random-fast-rng::local_rng
…
Features from optional dependencies
- doc-comment implicit feature
-
Enables doc-comment
doc-comment:
Macro to generate doc comments