Expand description
A #![no_std] crate for handling Rust tuples using traits.
Traits
- A trait representing tuples that can grow. It is implemented for tuples of arity 0 to 49.
- A trait representing tuples that are not empty. It is implemented for tuples of arity 1 to 50.
- A sealed trait representing tuples. It is implemented for tuples of arity 0 to 50.
Functions
- Whether or not this tuple type is the empty tuple.