smlang 0.4.1

A no-std state machine language DSL
Documentation
[[test]]
name = "test"
[dependencies.smlang-macros]
version = "0.2.0"

[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.4.1"
[profile.release]
codegen-units = 1
lto = true
[target."cfg(not(target_os = \"none\"))".dev-dependencies.trybuild]
version = "1.0"