Finite state machines in rust; bendns fork to add types.
1
2
3
4
5
6
language: rust
cache: cargo
script:
  - cargo fmt -- --check
  - cargo clippy
  - cargo test