#dharitri #contract #blockchain #wasm #macro-derive

yanked dharitri-codec-derive

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

43 releases (4 breaking)

0.4.1 Feb 15, 2024
0.4.0 Feb 15, 2024
0.3.9 Feb 14, 2024
0.2.9 Feb 7, 2024
0.0.9 Jan 23, 2024

#50 in #dharitri

Download history 17/week @ 2024-09-29 1/week @ 2024-10-06 3/week @ 2024-10-13 1/week @ 2024-10-20 19/week @ 2024-11-03 1/week @ 2024-11-24 24/week @ 2024-12-08 4/week @ 2024-12-15

1,216 downloads per month
Used in 12 crates (via dharitri-codec)

GPL-3.0-only

25KB
532 lines

dharitri-codec-derive

Crate that contains all macro code generation the dharitri-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
~38K SLoC