macro-machines 0.8.1

State machine macros with logging and graphviz DOT file generation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "macro-machines"
version = "0.8.1"
authors = ["Shane Pearman <spearman@github.com>"]
license = "MPL-2.0"
description = "State machine macros with logging and graphviz DOT file generation"
repository = "https://github.com/spearman/macro-machines"
readme = "README.md"

[dependencies]
escapade = "0.0.*"
log = "0.4.*"

[dev-dependencies]
simplelog = "0.5.*"
unwrap = "1.*"