• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..15-Mar-2021-

src/H15-Mar-2021-3,0632,510

.cargo-checksum.jsonH A D15-Mar-2021655 11

CHANGELOG.mdH A D15-Mar-20211,007 2717

Cargo.tomlH A D15-Mar-2021889 2825

LICENSE-APACHEH A D15-Mar-202111.1 KiB203169

LICENSE-MITH A D15-Mar-20211.1 KiB2016

README.mdH A D15-Mar-2021628 169

README.md

1# rust-fallible-iterator
2
3[![CircleCI](https://circleci.com/gh/sfackler/rust-fallible-iterator.svg?style=shield)](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
11If 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
13additionally provides implementations for `HashMap` and `HashSet`.
14
15If the `std` feature is disabled, this crate does not depend on `libstd`.
16