discard-while 0.1.1

Get the first non-matching element, and the amount of discarded elements.
Documentation
1
2
3
4
5
6
7
8
9
10
11
Iterator utility for getting the first non-matching element,
discarding any others, and the amount of discarded elements.

To use, either `use discard_while::discard_while` to get the function,
or `use discard_while::DiscardWhile` to get the convenience trait.

[Documentation](https://docs.rs/discard-while/0.1.1/discard_while/)

This library is free software, you can use and re-use it under the terms
of the MIT license. A copy of the license is provided in the source
repository in the “LICENSE” file.