#protobuf #hashing #serialization #merkle #security

macro veriform_derive

Custom derive for the Veriform verifiable data serialization format

2 unstable releases

0.2.0 May 22, 2020
0.1.0 May 21, 2020

#82 in #merkle


Used in veriform

Apache-2.0

23KB
408 lines

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

Dependencies

~2MB
~45K SLoC