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 whenever rstm is added without default-features = false somewhere in the dependency tree.

full = default, rand, serde, tracing
alloc std

********* [FF] Dependencies *********

Enables alloc of rstm-core

json

Enables json of rstm-core

serde full?

Enables serde of rstm-core

rand full?

Enables rand of rstm-core

rng

Enables rng of rstm-core

tracing full?

Enables tracing of rstm-core

std default = alloc

********* [FF] Environments *********

Enables std of rstm-core