Fallible iterator traits
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dpc 97fee337a6
Some checks failed
Continuous integration / Test Suite (push) Has been cancelled
Continuous integration / Test Suite-1 (push) Has been cancelled
Continuous integration / Test Suite-2 (push) Has been cancelled
Continuous integration / Test Suite-3 (push) Has been cancelled
Merge pull request #43 from dpc/dpc/jj-rnvqmnlvqlks
add nth_back to DoubleEndedFallibleIterator
2026-04-13 11:49:35 -07:00
.github/workflows Add github action 2023-05-03 18:27:51 -04:00
src refactor: replace unsafe NonZeroUsize::new_unchecked with safe alternative 2026-04-13 11:03:17 -07:00
.gitignore Ignore IDEA files 2016-09-14 21:36:42 -07:00
Cargo.toml Release v0.3.0 2023-05-22 16:12:12 -07:00
CHANGELOG.md Release v0.3.0 2023-05-22 16:12:12 -07:00
LICENSE-APACHE Add docs travis and licenses 2016-05-06 09:46:01 -07:00
LICENSE-MIT Add docs travis and licenses 2016-05-06 09:46:01 -07:00
README.md Remove CircleCI config 2023-05-04 16:51:33 -04:00

crates.io docs.rs

Continuous integration

rust-fallible-iterator

"Fallible" iterators for Rust.

Features

If the std or alloc features are enabled, this crate provides implementations for Box, Vec, BTreeMap, and BTreeSet. If the std feature is enabled, this crate additionally provides implementations for HashMap and HashSet.

If the std feature is disabled, this crate does not depend on libstd.