2 releases
0.1.1 | Dec 22, 2021 |
---|---|
0.1.0 | Dec 22, 2021 |
#130 in #tuple
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)
a proc_macro for marking tuples of length up to 32 with a single marker trait to bypass the 'fundamental' feature
0.1.1 | Dec 22, 2021 |
---|---|
0.1.0 | Dec 22, 2021 |
#130 in #tuple
3KB
If you want to mark tuples in order to make a recursive/inductive trait on all tuples use this macro
mark_tuples!(MyMarker)