map_tuple

Crates.iomap_tuple
lib.rsmap_tuple
version0.1.3
sourcesrc
created_at2023-11-17 02:59:18.331317
updated_at2023-11-18 18:54:58.272015
descriptionMap individual elements of a tuple
homepage
repositoryhttps://github.com/thornleywalker/tuple_map/
max_upload_size
id1038626
size11,638
Walker Thornley (thornleywalker)

documentation

README

Map Tuple

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.

Commit count: 14

cargo fmt