Crates.io | map_tuple |
lib.rs | map_tuple |
version | 0.1.3 |
source | src |
created_at | 2023-11-17 02:59:18.331317 |
updated_at | 2023-11-18 18:54:58.272015 |
description | Map individual elements of a tuple |
homepage | |
repository | https://github.com/thornleywalker/tuple_map/ |
max_upload_size | |
id | 1038626 |
size | 11,638 |
Provides traits to allow map()
ing specific elements of a tuple. See docs for details.
This differs from the tuple-map
crate in that the elements of the tuple don't have to be of the
same type, and can be mapped to unique different types.