Skip to main content

CanonicalEncode

Derive Macro CanonicalEncode 

Source
#[derive(CanonicalEncode)]
Expand description

Derives reliakit_codec::CanonicalEncode, encoding each field in declaration order (for enums, the variant tag first).

See the crate documentation for supported types and limitations.