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

..--

.circleci/23-Nov-2023-6158

src/23-Nov-2023-3,0632,510

.cargo_vcs_info.jsonD23-Nov-202374 65

.gitignoreD23-Nov-202331 54

Android.bpD23-Nov-20232.1 KiB7568

CHANGELOG.mdD23-Nov-20231,007 2717

Cargo.tomlD23-Nov-2023889 2825

Cargo.toml.origD23-Nov-2023365 1614

LICENSED23-Nov-202311.1 KiB203169

LICENSE-APACHED23-Nov-202311.1 KiB203169

LICENSE-MITD23-Nov-20231.1 KiB2016

METADATAD23-Nov-2023400 2019

MODULE_LICENSE_APACHE2D23-Nov-20230

OWNERSD23-Nov-202340 21

README.mdD23-Nov-2023628 169

TEST_MAPPINGD23-Nov-2023148 98

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