macro-machines 0.10.8

State machine macros with logging and graphviz DOT file generation
Documentation
1
2
3
4
5
6
7
8
9
10
11
with import <nixpkgs> {};
mkShell {
  buildInputs = [
    cargo-udeps
    gdb # required for rust-gdb
    gh
    rustup
    rust-analyzer
    yamllint
  ];
}