#tuple #traits #elements #up #partial-ord #debugging #hash

no-std big-tuple

A Rust library providing trait implementations for tuples of up to 128 elements

1 unstable release

0.1.0 Dec 7, 2024

#1069 in Data structures

MIT/Apache

90KB
502 lines

big-tuple

big-tuple is a Rust library that provides trait implementations for tuples with up to 128 elements. It simplifies working with large tuples by implementing common traits like PartialEq, Eq, PartialOrd, Ord, Debug, Hash, and more.

No runtime deps

Features