8 unstable releases (3 breaking)
| 0.14.4 | Apr 23, 2025 |
|---|---|
| 0.14.3 | Apr 8, 2025 |
| 0.14.0 | Mar 28, 2025 |
| 0.13.0 | Mar 27, 2025 |
| 0.0.0 | Jan 16, 2025 |
#2 in #extending
228 downloads per month
Used in 8 crates
(2 directly)
4KB
74 lines
Wrap an impl Extend to map or filter elements before extending.
Extend Map
An adapter for Extend that maps or filters all values through a function.
This is similar to Map or Filter for iterators, but using ExtendMap allows to pass the target on as an Extend.