#map #extend #extend-map

extend_map

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

8 unstable releases (3 breaking)

new 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

#854 in Algorithms

Download history 347/week @ 2025-01-14 78/week @ 2025-01-21 9/week @ 2025-01-28 33/week @ 2025-02-04 47/week @ 2025-02-11 6/week @ 2025-02-18 27/week @ 2025-02-25 40/week @ 2025-03-04 31/week @ 2025-03-11 2/week @ 2025-03-18 268/week @ 2025-03-25 157/week @ 2025-04-01 171/week @ 2025-04-08 41/week @ 2025-04-15

637 downloads per month
Used in 5 crates (via lib_tsalign)

BSD-2-Clause

3KB

Wrap an impl Extend to map elements before extending.


Extend Map

An adapter for Extend that maps all values through a function. This is similar to Map for iterators, but using ExtendMap allows to pass the target on as an Extend.

No runtime deps