elrond-codec-derive

Crates.ioelrond-codec-derive
lib.rselrond-codec-derive
version0.16.0
sourcesrc
created_at2020-12-21 13:43:56.198662
updated_at2022-12-15 13:31:09.084696
descriptionMacro implementations of elrond-codec #[derive(NestedEncode, NestedDecode, TopEncode, TopDecode)]
homepagehttps://elrond.com/
repositoryhttps://github.com/ElrondNetwork/elrond-wasm-rs
max_upload_size
id325238
size24,011
Andrei Marinica (andrei-marinica)

documentation

https://docs.elrond.com/

README

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.

Commit count: 6577

cargo fmt