2 unstable releases

0.6.0 Jul 2, 2024
0.5.2 Jul 2, 2024

#8 in #mavryk

Download history 205/week @ 2024-06-27 50/week @ 2024-07-04 8/week @ 2024-07-18 98/week @ 2024-07-25 66/week @ 2024-08-01 66/week @ 2024-08-08 135/week @ 2024-08-15 39/week @ 2024-08-22 49/week @ 2024-08-29 19/week @ 2024-09-05 42/week @ 2024-09-12 36/week @ 2024-09-19 30/week @ 2024-09-26 6/week @ 2024-10-03

118 downloads per month
Used in 10 crates (2 directly)

MIT license

59KB
1.5K SLoC

Mavryk data encoding derive

Procedural macro to allow automatic derivation of HasEncoding, BinWriter & NomReader traits - enabling (de)serialization of rust structures to the Data_encoding binary format, with less boilerplate.


lib.rs:

Automatic derivation of data encodings for rust structures.

Rather than manually implementing the NomReader and BinWriter traits, you can annotate your structures directly.

Dependencies

~3.5–4.5MB
~90K SLoC