paritytech/parity-scale-codec

Create `Codec` derive macro

Opened this issue · 1 comments

bkchr commented

This Codec derive macro should implement Encode and Decode. So, this is a shortcut to writing Encode and Decode in the derive attribute.

If/when we integration scale-info would be good to add TypeInfo there too...