#extending #filter #map #wrap #extend

extend_map

A type to map or filter values passed into an Extend type before extending

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

Download history 21/week @ 2025-08-20 75/week @ 2025-08-27 40/week @ 2025-09-03 66/week @ 2025-09-10 178/week @ 2025-09-17 40/week @ 2025-09-24 49/week @ 2025-10-01 13/week @ 2025-10-08 24/week @ 2025-10-15 56/week @ 2025-10-22 127/week @ 2025-10-29 33/week @ 2025-11-05 137/week @ 2025-11-12 28/week @ 2025-11-19 18/week @ 2025-11-26

228 downloads per month
Used in 8 crates (2 directly)

BSD-2-Clause

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.

No runtime deps