multiversx-sc-codec-derive

Crates.iomultiversx-sc-codec-derive
lib.rsmultiversx-sc-codec-derive
version0.23.1
created_at2023-01-12 13:27:26.035045+00
updated_at2025-07-24 07:33:06.296588+00
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
size30,474
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: 9952

cargo fmt