Crate veriform_derive

Source
Expand description

Custom derive for Veriform Message trait.

ยงDevelopment Notes

To see code generated using these proc macros, install cargo expand and with the nightly Rust compiler, run the following:

$ cargo expand --test derive

Modulesยง

digest ๐Ÿ”’
Support for the #[digest(...)] attribute.
field ๐Ÿ”’
Support for the `#[field(โ€ฆ)] attribute
message ๐Ÿ”’
Custom derive support for the Message trait

Derive Macrosยง

Message
Derive the Message trait for an enum or struct.