Crates.io | multiversx-sc-codec |
lib.rs | multiversx-sc-codec |
version | 0.21.1 |
source | src |
created_at | 2023-01-12 13:27:39.810955 |
updated_at | 2024-11-15 18:51:49.506908 |
description | Lightweight binary serializer/deserializer, written especially for MultiversX smart contracts |
homepage | https://multiversx.com/ |
repository | https://github.com/multiversx/mx-sdk-rs |
max_upload_size | |
id | 757128 |
size | 160,374 |
Lightweight binary serializer/deserializer, written especially for MultiversX smart contracts.
Designed to:
Largely inspired by the Parity SCALE codec, but a completely different format and implementation.
For more info about the serialization format, see the developer reference.
Being designed for MultiversX smart contracts, it needs to be able to run in a no-std environment.
It is also safe to run in a regular std environment.
The types provided by default all work without an allocator. To use an allocator, pass feature flag "alloc".