5 unstable releases
0.4.0 | Dec 2, 2023 |
---|---|
0.3.0 |
|
0.2.2 | Dec 20, 2021 |
0.2.1 | Nov 29, 2021 |
0.1.0 | Oct 12, 2021 |
#1064 in Rust patterns
1,007 downloads per month
Used in dynamodb-expression
27KB
560 lines
Tools for Rust Iterator
s
over maps (HashMap
, BTreeMap
, etc), or any two-element tuple (like (K, V)
).
lib.rs
:
Tools for Iterator
s over maps (HashMap
, BTreeMap
, etc),
or any two-element tuple (like (K, V)
).
Just import IterMap
to get extra methods on iterators. See that trait
for more documentation and examples.