hotsauce 0.1.1

Regex search over iterators
Documentation
1
2
3
4
5
6
7
8
9
# 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](https://github.com/crev-dev/cargo-crev)
to verify the trustworthiness of each of your dependencies, including this one.