|
9 months ago | |
---|---|---|
.. | ||
.circleci | 9 months ago | |
src | 9 months ago | |
.cargo_vcs_info.json | 9 months ago | |
Android.bp | 9 months ago | |
CHANGELOG.md | 9 months ago | |
Cargo.toml | 9 months ago | |
Cargo.toml.orig | 9 months ago | |
LICENSE | 9 months ago | |
LICENSE-APACHE | 9 months ago | |
LICENSE-MIT | 9 months ago | |
METADATA | 9 months ago | |
MODULE_LICENSE_APACHE2 | 9 months ago | |
OWNERS | 9 months ago | |
README.md | 9 months ago | |
TEST_MAPPING | 9 months ago |
README.md
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
.