Cargo Features
[dependencies]
rstm-core = { version = "0.0.4", default-features = false, features = ["full", "alloc", "rand", "serde", "tracing", "std"] }
- default full? = std
-
The
std
feature is set by default wheneverrstm-core
is added without
somewhere in the dependency tree.default-features = false - full = default, rand, serde, tracing
- alloc std
-
********* [FF] Dependencies *********
- rand full?
- serde full?
- tracing full?
-
Enables tracing
- std default = alloc
-
********* [FF] Environments *********
Enables std of optional serde and strum
Affects
tape::hash_tape
,state::AnyState
…