Have you ever wanted to implement a trait for tuples of arbitrary size?
Have you ever wanted to write a function reversing a tuple?
Have you ever missed the horror and beauty of variadic templates from C++?
If so, then this crate is for you!
With tuple_list
you can do all that in stable rust and mostly macro-free!
Please see crate documentation for details and code examples.