determa-state 0.0.5

Determa State — Rust implementation of the Determa statechart engine (implements Determa State spec v0.0.5)
Documentation
1
2
3
4
5
use std::process::ExitCode;

fn main() -> ExitCode {
    ExitCode::from(determa_state::cli::run(std::env::args().collect()) as u8)
}