#contract #elrond #blockchain #wasm #macro-derive

macro no-std elrond-codec-derive

Macro implementations of elrond-codec #[derive(NestedEncode, NestedDecode, TopEncode, TopDecode)]

23 releases (12 breaking)

0.16.0 Dec 15, 2022
0.14.0 Oct 13, 2022
0.12.0 Jul 8, 2022
0.10.0 Mar 17, 2022
0.4.2 Dec 28, 2020

#19 in #elrond

Download history 79/week @ 2024-03-24 268/week @ 2024-03-31 119/week @ 2024-04-07 148/week @ 2024-04-14 162/week @ 2024-04-21 119/week @ 2024-04-28 107/week @ 2024-05-05 103/week @ 2024-05-12 146/week @ 2024-05-19 98/week @ 2024-05-26 155/week @ 2024-06-02 54/week @ 2024-06-09 119/week @ 2024-06-16 111/week @ 2024-06-23 53/week @ 2024-06-30 20/week @ 2024-07-07

315 downloads per month
Used in 19 crates (2 directly)

GPL-3.0-only

25KB
532 lines

elrond-codec-derive

Crate that contains all macro code generation the elrond-codec serializer.

There are 4 derive macros currently provided:

  • NestedEncode
  • NestedDecode
  • TopEncode
  • TopDecode

For more info about the serialization format, see the developer reference.

Dependencies

~1.5MB
~34K SLoC