sm_macro 0.9.0

💋 SM – a static State Machine macro
Documentation
[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.proc-macro2]
version = "0.4"

[dependencies.quote]
version = "0.6"

[dependencies.syn]
version = "0.15"

[dev-dependencies]

[lib]
proc-macro = true

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