Cargo Features
[dependencies]
random-branch = { version = "0.1.1", default-features = false, features = ["std", "doc_cfg"] }
-
default
=
std
-
Default features
-
std
default
-
Requires std, enables the branch
macro
Enables
std and
std_rng
of
rand
-
doc_cfg
-
Requires Nightly Rust, enables the doc_cfg nightly feature to mark items that require crate-features. Only useful for documentation.