| Crates.io | extend_map |
| lib.rs | extend_map |
| version | 0.14.4 |
| created_at | 2025-01-16 11:51:16.278734+00 |
| updated_at | 2025-04-23 07:50:07.457582+00 |
| description | A type to map or filter values passed into an Extend type before extending. |
| homepage | |
| repository | https://github.com/sebschmi/extend_map |
| max_upload_size | |
| id | 1519224 |
| size | 6,434 |
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.