extend_map

Crates.ioextend_map
lib.rsextend_map
version0.14.4
created_at2025-01-16 11:51:16.278734+00
updated_at2025-04-23 07:50:07.457582+00
descriptionA type to map or filter values passed into an Extend type before extending.
homepage
repositoryhttps://github.com/sebschmi/extend_map
max_upload_size
id1519224
size6,434
Sebastian Schmidt (sebschmi)

documentation

README

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.

Commit count: 7

cargo fmt