An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
Stars
3.9k
Forks
497
Watchers
3.9k
Open Issues
60
Overall repository health assessment
No package.json found
This might not be a Node.js project
1.1k
commits
77
commits
45
commits
9
commits
8
commits
7
commits
7
commits
7
commits
6
commits
5
commits
automata: fix `onepass::DFA::try_search_slots` panic when too many slots are given
4733e28View on GitHub