map_tuple 0.1.2

Map individual elements of a tuple
Documentation

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.