BurntSushi/regex-automata: A low level regular expression library that uses deterministic finite automata.

327
STARS
7
WATCHERS
25
FORKS
10
ISSUES

regex-automata Recent Issues

Issue Title State Comments Created Date Updated Date
API for accessing to DFA internals (transition/states/classes/...) open 4 2023-02-05 2023-03-14
Serialization stability closed 11 2023-01-13 2023-03-14
add method for checking whether two DFA could both return true on any input closed 4 2022-09-16 2023-03-14
Provide a proc-macro for simple statically-compiled regexes open 2 2022-07-29 2023-03-14
improve dfa deserialization docs around alignment open 9 2022-06-05 2023-03-14
NonStreaming find over multiple slices closed 4 2022-05-01 2023-03-14
Higher level serialization support closed 15 2021-10-29 2023-03-14
ByteOrder::read_uint looks incorrect for big endian open 0 2021-07-28 2023-03-14
Broken crates.io badge in Readme closed 0 2021-07-21 2023-03-14
Sub-match extraction open 5 2021-05-21 2023-03-14
Minimizing dependencies open 4 2021-04-24 2023-03-14
Analyze complexity before actual compile? open 10 2021-03-22 2023-03-14
Incorrect paper linked in readme open 0 2020-04-15 2023-03-13
RFC: removing configuration knobs and ability to choose state ID representation open 3 2020-03-26 2023-03-14
Support for RegexSet-like cases open 14 2019-06-24 2023-03-16
"Label" causing issues with alignment in DenseDFA deserialization closed 4 2019-01-10 2023-02-20

BurntSushi's Other Repos