make_tuple_traits 0.2.0

a proc_macro for making a bunch of traits for tuples up to a fixed size
1
2
3
4
This crate provides a few procedural macros. Two are just for the 
`tuple_tricks` crate to make coding it a bit easier. The only one for public
consumption is the `mark_tuples` macro which is intended to bypass the 
requirement of the unstable `fundamental` feature.