16 unstable releases (4 breaking)
0.21.0 | Sep 4, 2024 |
---|---|
0.20.1 | Jul 31, 2024 |
0.19.0 | May 10, 2024 |
0.18.6 | Feb 2, 2024 |
0.17.1 | Jan 18, 2023 |
#16 in #multiversx
2,924 downloads per month
Used in 17 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
~1.5MB
~42K SLoC