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