Crates.io | elrond-codec |
lib.rs | elrond-codec |
version | 0.16.0 |
source | src |
created_at | 2020-07-09 23:11:32.688791 |
updated_at | 2022-12-15 13:31:55.052317 |
description | Lightweight binary serializer/deserializer, written especially for Elrond smart contracts |
homepage | https://elrond.com/ |
repository | https://github.com/ElrondNetwork/elrond-wasm-rs |
max_upload_size | |
id | 263046 |
size | 143,294 |
Lightweight binary serializer/deserializer, written especially for Elrond 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 elrond-wasm smart contracts, it needs to be able to run in a no-std environment.