Crates.io | mavryk_data_encoding_derive |
lib.rs | mavryk_data_encoding_derive |
version | 0.5.2 |
source | src |
created_at | 2024-07-02 09:03:12.774313 |
updated_at | 2024-07-02 10:01:34.204228 |
description | Procedural macros for mavryk_encoding. |
homepage | |
repository | https://github.com/mavryk-network/mavryk-rust.git |
max_upload_size | |
id | 1289386 |
size | 59,598 |
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.