multiversx-sc-codec-derive

Crates.iomultiversx-sc-codec-derive
lib.rsmultiversx-sc-codec-derive
version0.20.0
sourcesrc
created_at2023-01-12 13:27:26.035045
updated_at2024-07-06 13:48:32.704908
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,189
Andrei Marinica (andrei-marinica)

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: 8481

cargo fmt