make_tuple_traits 0.2.2

a proc_macro for making a bunch of traits for tuples up to a fixed size
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[lib]
proc_macro = true

[package]
authors = ["Jan Cristina <jan.cristina@gmail.com>"]
description = "a proc_macro for making a bunch of traits for tuples up to a fixed size"
edition = "2018"
homepage = "https://github.com/jcrist1/tuple_tricks/"
keywords = ["tuple", "generic", "proc_macro"]
license = "MIT"
name = "make_tuple_traits"
readme = "README.md"
repository = "https://github.com/jcrist1/tuple_tricks/"
version = "0.2.2"