- 🦎 removed
IntupleLite
(didn't have any benefit) - 🦎 removed
Intuple
trait for tuples (didn't have any benefit) - 🐍 renamed
IntupleStruct
trait toIntuple
- removed
fruple(..)
- removed
- 🐤 added the possibility to get a tuple of references to struct fields
- added
IntupleRef
trait with functionsas_tuple_ref()
andas_tuple_ref_mut()
- reference tuples are affected by
#[ignore]
- reference tuples support recursion using
#[recursive]
- added
- 🐤 added enum support
- 🐣 first version: convert structs into/from tuples:
- with field ignoring:
#[igno]
- with optional recursion:
#[recursive]
/#[rcsv]
- destinct traits - for special use cases, e.g. dyn ... or impl parameters
- basic examples
- basic tests
- with field ignoring: