mode 0.4.1

A behavioral state machine library written in Rust
Documentation
[badges.travis-ci]
branch = "master"
repository = "andrewtc/mode"

[dependencies]

[package]
authors = ["Andrew Thomas Christensen <andrew@andrewtc.com>"]
categories = ["rust-patterns", "simulation", "data-structures"]
description = "A behavioral state machine library written in Rust"
documentation = "https://docs.rs/mode"
edition = "2018"
keywords = ["state", "machine", "finite", "behavioral", "automaton"]
license = "Apache-2.0 OR MIT"
name = "mode"
readme = "README.md"
repository = "https://github.com/andrewtc/mode"
version = "0.4.1"