commit | 91963cc44cae23b68340a51f65ff6100daef6031 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Tue Aug 27 13:31:45 2024 +0000 |
committer | James Farrell <[email protected]> | Tue Aug 27 13:31:45 2024 +0000 |
tree | a2f612f59563e4e8a6dcbe0266ef2bce3efbe0f9 | |
parent | 7467f935254484c4778a96f5ed0761b13c1aacbf [diff] |
Migrate 25 crates to monorepo. env_logger epoll errno fallible-iterator fallible-streaming-iterator fastrand flagset fragile fs-err futures futures-core futures-executor futures-io futures-macro futures-sink futures-task futures-test futures-util gbm getrandom glob googletest googletest_macro h2 hashbrown Bug: 339424309 Test: treehugger Change-Id: I5409fb88242d94d8366b5c93e2398bce4a9682f0
“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
.