19 unstable releases (5 breaking)
new 0.22.0 | Mar 11, 2025 |
---|---|
0.21.1 | Nov 15, 2024 |
0.20.1 | Jul 31, 2024 |
0.18.6 | Feb 2, 2024 |
0.17.1 | Jan 18, 2023 |
#21 in #multiversx
3,183 downloads per month
Used in 22 crates
(2 directly)
30KB
644 lines
Smart contract standard codec derive functionality
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.
Dependencies
~225–660KB
~16K SLoC