#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

#907 in Data structures

Download history 98/week @ 2024-12-02 24/week @ 2024-12-09

122 downloads per month

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