# 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.