mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-08 04:11:08 +03:00
We have a pattern in the code - return Vec, turn it into an iterator, filter and collect to another Vec. The idea was to return iterator where possible to avoid allocating intermediate vecs. |
||
---|---|---|
.. | ||
leaf_set.rs | ||
lib.rs | ||
lmdb.rs | ||
pmmr.rs | ||
prune_list.rs | ||
types.rs |