You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
.. | ||
.circleci | 7 months ago | |
src | 7 months ago | |
.cargo_vcs_info.json | 7 months ago | |
Android.bp | 7 months ago | |
CHANGELOG.md | 7 months ago | |
Cargo.toml | 7 months ago | |
Cargo.toml.orig | 7 months ago | |
LICENSE | 7 months ago | |
LICENSE-APACHE | 7 months ago | |
LICENSE-MIT | 7 months ago | |
METADATA | 7 months ago | |
MODULE_LICENSE_APACHE2 | 7 months ago | |
OWNERS | 7 months ago | |
README.md | 7 months ago | |
TEST_MAPPING | 7 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
.