2 unstable releases

0.6.0 Jul 2, 2024
0.5.2 Jul 2, 2024

#9 in #mavryk

Download history 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 9/week @ 2024-10-10 14/week @ 2024-10-17 20/week @ 2024-10-24 50/week @ 2024-10-31 54/week @ 2024-11-07

139 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–5MB
~92K SLoC