#finite-state #dfa #construct #execution #borrow-checker #state-machine #automato

nightly bin+lib gerber

Finite State Automato construction and execution

1 unstable release

Uses new Rust 2024

0.1.0 Dec 29, 2024

#9 in #finite-state


Used in amazon-interview-redempti…

MIT license

34KB
680 lines

A simple DFA library to construct state machines, fast allocation using an a custom Arena implementation, and safe construction using Rust's borrow checker.

Dependencies

~3MB
~45K SLoC