17 unstable releases (4 breaking)
new 0.21.1 | Nov 15, 2024 |
---|---|
0.20.1 | Jul 31, 2024 |
0.18.6 | Feb 2, 2024 |
0.18.3 | Dec 18, 2023 |
0.17.1 | Jan 18, 2023 |
#20 in #multiversx
2,224 downloads per month
Used in 22 crates
(2 directly)
27KB
569 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
~2MB
~43K SLoC