зеркало из https://github.com/mozilla/gecko-dev.git
f4c72f5296
Differential Revision: https://phabricator.services.mozilla.com/D70109 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
src | ||
.cargo-checksum.json | ||
CHANGELOG.md | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
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
.