Module regex::literal [−][src]
Modules
| teddy_avx2 | |
| teddy_ssse3 |
Structs
| BoyerMooreSearch |
An implementation of Tuned Boyer-Moore as laid out by Andrew Hume and Daniel Sunday in "Fast String Searching". O(n) in the size of the input. |
| FreqyPacked |
Provides an implementation of fast subtring search using frequency analysis. |
| LiteralSearcher |
A prefix extracted from a compiled regular expression. |
| SingleByteSet |
Enums
| LiteralIter | |
| Matcher |
Functions
| char_len_lossy | |
| freq_rank |