mark_tuple_traits

Crates.iomark_tuple_traits
lib.rsmark_tuple_traits
version0.1.1
sourcesrc
created_at2021-12-22 21:16:04.758529
updated_at2021-12-22 21:30:03.099029
descriptiona proc_macro for marking tuples of length up to 32 with a single marker trait to bypass the 'fundamental' feature
homepagehttps://github.com/jcrist1/tuple_tricks/
repositoryhttps://github.com/jcrist1/tuple_tricks/
max_upload_size
id501934
size2,549
(jcrist1)

documentation

README

Building an inductive trait on all tuples.

If you want to mark tuples in order to make a recursive/inductive trait on all tuples use this macro

mark_tuples!(MyMarker)
Commit count: 26

cargo fmt