Crates.io | fallible-iterator |
lib.rs | fallible-iterator |
version | 0.3.0 |
source | src |
created_at | 2016-05-06 16:53:35.239726 |
updated_at | 2023-05-22 23:12:37.497125 |
description | Fallible iterator traits |
homepage | |
repository | https://github.com/sfackler/rust-fallible-iterator |
max_upload_size | |
id | 4988 |
size | 102,418 |
"Fallible" iterators for Rust.
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
.