23 releases
Uses new Rust 2024
| 0.24.0 | Dec 18, 2025 |
|---|---|
| 0.23.1 | Jul 24, 2025 |
| 0.22.1 | May 26, 2025 |
| 0.22.0 | Mar 11, 2025 |
| 0.17.1 | Jan 18, 2023 |
#32 in #multiversx
1,638 downloads per month
Used in 23 crates
(via multiversx-sc-codec)
30KB
647 lines
Smart contract standard codec derive functionality
Crate that contains all macro code generation for 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.
Dependencies
~145–530KB
~12K SLoC