Cargo Features
[dependencies]
randoid = { version = "0.3.0", default-features = false, features = ["std", "alloc", "std-rand", "smartstring"] }
- default = std-rand
-
The
std-rand
feature is set by default wheneverrandoid
is added without
somewhere in the dependency tree.default-features = false - std std-rand
- alloc
- std-rand default = std
- smartstring
-
Enables smartstring
randoid has 5 features without comments.