big-tuple 0.1.0

A Rust library providing trait implementations for tuples of up to 128 elements.
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 89.67 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 193.26 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • gui1117/big-tuple
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • gui1117

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.