Crate mavryk_data_encoding_derive

Source
Expand description

Automatic derivation of data encodings for rust structures.

Rather than manually implementing the NomReader and BinWriter traits, you can annotate your structures directly.

Derive Macrosยง

BinWriter
HasEncoding
NomReader