ErrLookup › pemistahl/grex
pemistahl/grex
A command-line tool and Rust library with Python bindings for generating regular expressions from user-provided test cases · Rust · 22 source files
Analyzed at 99cc347707 on 2026-09-13. 8 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| The specified file's encoding is not valid UTF-8 | panic | error | panic, encoding, utf-8, file |
| error: no valid input could be found whatsoever | error_code | error | cli, missing-input, stdin |
| No test cases have been provided for regular expression… | panic | error | panic, empty-input, regex-builder |
| The specified file could not be found | panic | error | panic, io, file-not-found |
| Permission denied: The specified file could not be opened | panic | error | panic, io, permissions |
| Quantity of minimum repetitions must be greater than zero | panic | error | panic, config, validation |
| {} | panic | error | panic, io, fallback |
| Minimum substring length must be greater than zero | panic | error | panic, config, validation |