BurntSushi / memchr

Optimized string search routines for Rust.
The Unlicense
799 stars 97 forks source link

Add Derive `Clone` to `FindIter` #140

Closed adriandelgado closed 6 months ago

adriandelgado commented 7 months ago

This is needed to solve https://github.com/BurntSushi/bstr/issues/173

BurntSushi commented 6 months ago

This PR is on crates.io in memchr 2.7.0.

BurntSushi commented 6 months ago

Note that this PR was missing a Clone impl for FindRevIter. I added that in memchr 2.7.1.