fsm 0.2.0

A simple Finite State Machine library, provide State and Event types, then create a machine with an initial state, give it some transition behaviours and you have your state machine!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "fsm"
description = "A simple Finite State Machine library, provide State and Event types, then create a machine with an initial state, give it some transition behaviours and you have your state machine!"
version = "0.2.0"
authors = ["Oliver Maskery <omaskery@googlemail.com>"]

readme = "README.md"
keywords = ["fsm", "state"]

homepage = "https://github.com/omaskery/fsm-rs"
repository = "https://github.com/omaskery/fsm-rs"
license = "MIT"