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

..--

patches/25-Apr-2025-1513

src/25-Apr-2025-3,2902,646

.cargo-checksum.jsonD25-Apr-2025655 11

Android.bpD25-Apr-20251.3 KiB5449

CHANGELOG.mdD25-Apr-20251.3 KiB4026

Cargo.tomlD25-Apr-2025852 3027

LICENSED25-Apr-202511.1 KiB203169

LICENSE-APACHED25-Apr-202511.1 KiB203169

LICENSE-MITD25-Apr-20251.1 KiB2016

METADATAD25-Apr-2025401 1817

MODULE_LICENSE_APACHE2D25-Apr-20250

README.mdD25-Apr-2025734 1710

TEST_MAPPINGD25-Apr-2025389 2221

cargo_embargo.jsonD25-Apr-2025129 109

README.md

1[![crates.io](https://img.shields.io/crates/v/fallible-iterator.svg)](https://crates.io/crates/fallible-iterator)
2[![docs.rs](https://docs.rs/fallible-iterator/badge.svg)](https://docs.rs/fallible-iterator)
3
4![Continuous integration](https://github.com/sfackler/rust-fallible-iterator/actions/workflows/rust.yml/badge.svg?branch=master&event=push)
5
6# rust-fallible-iterator
7
8"Fallible" iterators for Rust.
9
10## Features
11
12If the `std` or `alloc` features are enabled, this crate provides implementations for
13`Box`, `Vec`, `BTreeMap`, and `BTreeSet`. If the `std` feature is enabled, this crate
14additionally provides implementations for `HashMap` and `HashSet`.
15
16If the `std` feature is disabled, this crate does not depend on `libstd`.
17