rust-automata 0.0.3

A framework and a DSL for building finite state machines in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
error: cannot find attribute `automaton` in this scope
  --> tests/fail/unknown_handler.rs:13:3
   |
13 | #[automaton(
   |   ^^^^^^^^^

warning: unused import: `rust_automata::*`
 --> tests/fail/unknown_handler.rs:1:5
  |
1 | use rust_automata::*;
  |     ^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default