Expand description

Datastructure converter. Allows to define conversion rules to make (cook) concrete data-structures from the abstract ones for testing purposes.

Structs

Recipe describes how a set of data structures can be produced from the set of ingredients (other data structures). It attempts to solve the problem of conversion between data structures that arises often especially during testing, when concrete structures need to be produced from the abstract ones and vice versa.