Joel Galenson | 6b7b06b | 2020-07-28 13:47:34 -0700 | [diff] [blame] | 1 | # rust-fallible-iterator |
| 2 | |
| 3 | [](https://circleci.com/gh/sfackler/rust-fallible-iterator) |
| 4 | |
| 5 | [Documentation](https://sfackler.github.io/rust-fallible-iterator/doc/v0.1.3/fallible_iterator) |
| 6 | |
| 7 | "Fallible" iterators for Rust. |
| 8 | |
| 9 | ## Features |
| 10 | |
| 11 | If the `std` or `alloc` features are enabled, this crate provides implementations for |
| 12 | `Box`, `Vec`, `BTreeMap`, and `BTreeSet`. If the `std` feature is enabled, this crate |
| 13 | additionally provides implementations for `HashMap` and `HashSet`. |
| 14 | |
| 15 | If the `std` feature is disabled, this crate does not depend on `libstd`. |