tamata 0.1.0

A library for event-driven finite state machines
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.tamata-core]
version = "0.1.0"

[dependencies.tamata-macros]
version = "0.1.0"

[dev-dependencies.anyhow]
version = "1.0"

[package]
authors = ["Joe Ranweiler <joe@lemma.co>"]
description = "A library for event-driven finite state machines"
edition = "2018"
license = "ISC"
name = "tamata"
repository = "https://github.com/ranweiler/tamata"
version = "0.1.0"