2 unstable releases

0.6.0 Jul 2, 2024
0.5.2 Jul 2, 2024

#9 in #mavryk

Download history 241/week @ 2024-06-29 14/week @ 2024-07-06 17/week @ 2024-07-20 113/week @ 2024-07-27 67/week @ 2024-08-03 142/week @ 2024-08-10 45/week @ 2024-08-17 29/week @ 2024-08-24

290 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

~5.5MB
~107K SLoC