cborg-generic-tagged

cborg-generic-tagged

Generic derivation of cardano-binary ToCBOR/FromCBOR instances whose wire format is the constructor name (as a CBOR text string) followed by the field encodings in declaration order, with no list framing. Tagging constructors by name rather than by declaration index means adding or reordering constructors leaves existing encodings unchanged; the data type declaration itself is the wire format.

Modules

cborg-generic-tagged-0.1.0.0