fluent_state_machine 0.4.0

A domain-specific language (DSL) for creating state machines in Rust
Documentation
[dependencies]

[dev-dependencies]
[lints.clippy]
enum_glob_use = "deny"
nursery = "deny"
pedantic = "deny"

[lints.rust]
unsafe_code = "forbid"

[package]
authors = ["Hans Askov <hans@askov.dk>"]
description = "A domain-specific language (DSL) for creating state machines in Rust"
edition = "2021"
include = ["src/*.rs", "Cargo.toml"]
keywords = ["state-machine", "dsl", "rust"]
license = "MIT"
name = "fluent_state_machine"
readme = "Readme.md"
repository = "https://github.com/hansaskov1/state_machine_dsl"
version = "0.4.0"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = "symbols"