take_while_with_failure 0.1.0

Adds a `take_while_with_failure` iterator that behaves identically to `take_while`, but also includes the first element that fails.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Compiled files
*.o
*.so
*.rlib
*.dll

# Executables
*.exe

# Generated by Cargo
/target/