[][src]Crate veriform_derive

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.