dfajit 0.1.1

JIT compilation of DFA transition tables to native x86_64 jump tables
Documentation
1
2
3
4
5
6
//! unit tests for dfajit.
//! See TESTING.md for the Santh testing standard.

mod api;
mod dfa_test;
mod table_test;