Important Notice: Starting April 1st, 2025, OSx/macOS builds will no longer be supported due to the end-of-life (EOL) of VMWare support for macOS infrastructure.
Join over 500,000 developers testing and building on Travis CI
Pull Request #328
perf: Handle restarts better in take_until_byte{,s,2,3}
These were ignoring the `PartialState` from `take_fn` which would cause them to resume parsing from the start of the "haystack" on every restart. Fixing the type signature will cause them to retain the `usize` state that `take_fn` uses to skip ahead.