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