1 2 3 4 5 6 7 8 9 10 11 12
# L1 DFA Deterministic Finite-State Automata Library for Rust, written in L1. ### Features - `regex.try_parse()` - `x.accepts(s)` - `x.complement()` - `x.intersect(y)` - `x.minimize()` - `x.is_subset_of(y)` - `x.reverse()`