#numbat #contract #blockchain #wasm #macro-derive

yanked test-numbat-codec-derive

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

1 unstable release

0.5.3 Dec 6, 2024

#3 in #numbat

Download history 122/week @ 2024-12-02 24/week @ 2024-12-09

146 downloads per month
Used in 4 crates (via test-numbat-codec)

GPL-3.0-only

29KB
757 lines

test-numbat-codec-derive

Crate that contains all macro code generation the test-numbat-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