Finite state machines in rust; bendns fork to add types.
1
2
3
4
5
6
7
8
9
10
11
12
## Description
<!-- Put the description change and the rationale for it here -->

## Pull request checklist
<!-- PLEASE CHECK ALL THE BOXES BEFORE SUBMITTING YOUR PULL REQUEST -->

- [ ] `package.version` fields in `Cargo.toml` files are unchanged.
- [ ] `CHANGELOG.md` is updated.
- [ ] `cargo-fmt` done.
- [ ] `cargo-clippy` done.
- [ ] `cargo-test` done.
- [ ] The new changes are sufficiently tested.