#tuple #proc-macro #generic

macro make_tuple_traits

a proc_macro for making a bunch of traits for tuples up to a fixed size

4 releases

0.2.2 Dec 22, 2021
0.2.1 Dec 22, 2021
0.2.0 Dec 22, 2021
0.1.0 Dec 18, 2021

#131 in #tuple


Used in tuple_tricks

MIT license

5KB
96 lines

This crate provides a few procedural macros. They are just for the tuple_tricks crate to make coding it a bit easier and not intended for public consumption.

No runtime deps