smlang 0.3.2

A no-std state machine language DSL
Documentation
[[test]]
name = "compiletest"
[badges.travis-ci]
branch = "master"
repository = "korken89/smlang-rs"
[dependencies.smlang-macros]
version = "0.1.8"

[features]
default = []
graphviz = ["smlang-macros/graphviz"]

[package]
authors = ["Emil Fresk <emil.fresk@gmail.com>"]
categories = ["embedded", "no-std"]
description = "A no-std state machine language DSL"
edition = "2018"
keywords = ["dsl", "statemachine"]
license = "MIT OR Apache-2.0"
name = "smlang"
readme = "README.md"
repository = "https://github.com/korken89/smlang-rs"
version = "0.3.2"
[profile.release]
codegen-units = 1
lto = true
[target."cfg(not(target_os = \"none\"))".dev-dependencies.compiletest_rs]
version = "0.4.0"