scxml 0.2.0

W3C SCXML statechart library — parse, validate, export, and simulate Harel statecharts. Framework-agnostic, WASM-ready, rkyv zero-copy.
Documentation
# Rust compiled files and executables
**/debug/
**/target/
**/Cargo.lock

# System Files
.DS_Store
*.local

# Backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# Database related files
**/*.db
**/*.db-shm
**/*.db-wal

# Ignore certain editor related files
.idea/

# Coverage
**/coverage/

node_modules/
*.log

# WASM build artifacts
/pkg/
/demo/pkg/