Finite state machines in rust; bendns fork to add types.
1
2
3
4
5
6
7
8
[package]
name = "ensure_no_std"
version = "0.1.0"
authors = ["Yevhenii Babichenko <[email protected]>"]
edition = "2018"

[dependencies]
rust-fsm = { path = ".." }