Crates.io | mark_tuple_traits |
lib.rs | mark_tuple_traits |
version | 0.1.1 |
source | src |
created_at | 2021-12-22 21:16:04.758529 |
updated_at | 2021-12-22 21:30:03.099029 |
description | a proc_macro for marking tuples of length up to 32 with a single marker trait to bypass the 'fundamental' feature |
homepage | https://github.com/jcrist1/tuple_tricks/ |
repository | https://github.com/jcrist1/tuple_tricks/ |
max_upload_size | |
id | 501934 |
size | 2,549 |
If you want to mark tuples in order to make a recursive/inductive trait on all tuples use this macro
mark_tuples!(MyMarker)