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 deriveModulesยง
- digest ๐
- Support for the
#[digest(...)]attribute. - field ๐
- Support for the `#[field(โฆ)] attribute
- message ๐
- Custom derive support for the
Messagetrait