Registry / utility / smlang

smlang

JSON →
library0.8.0rscratesunverified

A no-std state machine language DSL.

# Cargo.toml [dependencies] smlang = "0.8.0"
INSTALL
IMPORT
SIG · SMLANG
S
smlang
utilityrustv0.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

StateMachine
use smlang::StateMachine;

Creates and uses a state machine with the DSL.

use smlang::StateMachine; fn main() { let mut sm = StateMachine::new(); sm.transition(); println!("State machine transitioned"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
smlang — cargo add smlang · libregistry