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


[lib]
proc_macro = true

[dependencies]