Crates.io | tezos_data_encoding_derive |
lib.rs | tezos_data_encoding_derive |
version | 0.6.0 |
source | src |
created_at | 2023-03-13 14:37:30.284219 |
updated_at | 2024-07-01 15:06:28.838302 |
description | Procedural macros for tezos_encoding. |
homepage | |
repository | https://github.com/trilitech/tezedge.git |
max_upload_size | |
id | 808895 |
size | 57,972 |
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.