Announcing tuple_list - crate for macro-free variadic tuple metaprogramming

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.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.