3 unstable releases

0.1.1 Jan 4, 2023
0.1.0 Jan 1, 2023
0.0.0 Dec 31, 2022

#305 in #regex

28 downloads per month

Apache-2.0 OR MIT

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
~76K SLoC