Crate polyquine

Crate polyquine 

Source

Modules§

macros

Macros§

derive_iterable
Derive Quine for an iterable T where:
derive_primitive
derive_trivial
Derive the Quine trait for an arbitrary type that implements quote::ToTokens. The generated constructor is an expression in the form T::from(#self).
derive_tuple
Derive the Quine trait for a tuple (T1, …, Tn). This is already done for some tuple sizes - use this macro if you encounter an unsupported tuple.
derive_tuple_all

Traits§

Quine

Derive Macros§

Quine