drt-sc-codec-derive

Crates.iodrt-sc-codec-derive
lib.rsdrt-sc-codec-derive
version0.0.3
sourcesrc
created_at2024-08-27 11:14:16.358577
updated_at2024-09-02 02:03:45.530455
descriptionMacro implementations of drt-sc-codec #[derive(NestedEncode, NestedDecode, TopEncode, TopDecode)]
homepagehttps://dharitri.com/
repositoryhttps://github.com/DharitriOne/drt-sdk-rs
max_upload_size
id1353173
size26,021
xfactor@rust (xfactor-toml)

documentation

https://docs.dharitri.com/

README

Smart contract standard codec derive functionality

crates.io

Crate that contains all macro code generation the drt-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: 0

cargo fmt