multiversx-sc-codec-derive

Crates.iomultiversx-sc-codec-derive
lib.rsmultiversx-sc-codec-derive
version0.21.0
sourcesrc
created_at2023-01-12 13:27:26.035045
updated_at2024-09-04 08:29:30.436532
descriptionMacro implementations of multiversx-sc-codec #[derive(NestedEncode, NestedDecode, TopEncode, TopDecode)]
homepagehttps://multiversx.com/
repositoryhttps://github.com/multiversx/mx-sdk-rs
max_upload_size
id757127
size26,299
Bianca Ialangi (BiancaIalangi)

documentation

https://docs.multiversx.com/

README

Smart contract standard codec derive functionality

crates.io

Crate that contains all macro code generation the multiversx-sc-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: 9036

cargo fmt