#tuple #proc-macro #generic

macro mark_tuple_traits

a proc_macro for marking tuples of length up to 32 with a single marker trait to bypass the 'fundamental' feature

2 releases

0.1.1 Dec 22, 2021
0.1.0 Dec 22, 2021

#115 in #tuple

MIT license

3KB

Building an inductive trait on all tuples.

If you want to mark tuples in order to make a recursive/inductive trait on all tuples use this macro

mark_tuples!(MyMarker)

No runtime deps