Crate hax_adt_into

source ·

Derive Macros

  • AdtInto derives a [SInto] instance. This helps at transporting a algebraic data type A to another ADT B when A and B shares a lot of structure.