Cargo Features
[dependencies]
rstm = { version = "0.0.6", default-features = false, features = ["full", "alloc", "json", "serde", "rand", "rng", "tracing", "std"] }
- default full? = std
-
The
std
feature is set by default wheneverrstm
is added without
somewhere in the dependency tree.default-features = false - full = default, rand, serde, tracing
- alloc std
-
********* [FF] Dependencies *********
- json
- serde full?
- rand full?
- rng
- tracing full?
- std default = alloc
-
********* [FF] Environments *********