2 unstable releases
0.6.0 | Jul 2, 2024 |
---|---|
0.5.2 | Jul 2, 2024 |
#8 in #mavryk
118 downloads per month
Used in 10 crates
(2 directly)
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