3 unstable releases
0.1.1 | Jan 4, 2023 |
---|---|
0.1.0 | Jan 1, 2023 |
0.0.0 | Dec 31, 2022 |
10KB
152 lines
hotsauce
Regex matching on a Iterator over u8. This uses the regex-automata crate, see that for limitations.
Verification Recommendation
It is recommended to always use cargo-crev to verify the trustworthiness of each of your dependencies, including this one.
lib.rs
:
Regex search over iterators of bytes.
Why can't Rust users stop hardcoding &str
everywhere?
Dependencies
~4MB
~78K SLoC