sm 0.9.0

💋 SM – a static State Machine library
Documentation
[[bench]]
harness = false
name = "sm"
[badges.appveyor]
repository = "rusty-rockets/sm"
service = "github"

[badges.circle-ci]
repository = "rustic-games/sm"

[badges.codecov]
branch = "master"
repository = "rustic-games/sm"
service = "github"

[badges.is-it-maintained-issue-resolution]
repository = "rustic-games/sm"
[dependencies.sm_macro]
optional = true
version = "0.9"
[dev-dependencies.compiletest_rs]
features = ["stable"]
version = "0.3"

[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.rand]
version = "0.5"

[dev-dependencies.sm_macro]
version = "0.9"

[features]
default = ["macro"]
macro = ["sm_macro"]

[package]
authors = ["Jean Mertz <helloworld@rustic.games>"]
categories = ["game-engines", "no-std", "simulation", "science", "visualization"]
description = "💋 SM – a static State Machine library"
edition = "2018"
exclude = ["examples"]
keywords = ["fsm", "state", "state-machine"]
license = "MIT OR Apache-2.0"
name = "sm"
readme = "crates-io.md"
repository = "https://github.com/rustic-games/sm"
version = "0.9.0"