Cargo Features
state-machines has no features set by default.
[dependencies]
state-machines = { version = "0.8.1", features = ["std", "typestate", "dynamic", "inspect"] }
- std = inspect
-
Enables std of state-machines-core
- typestate
- dynamic
-
Enables dynamic of state-machines-macro
- inspect std?
-
Enables inspect of state-machines-core
state-machines has 4 features without comments.