elrond-codec

Crates.ioelrond-codec
lib.rselrond-codec
version0.16.0
sourcesrc
created_at2020-07-09 23:11:32.688791
updated_at2022-12-15 13:31:55.052317
descriptionLightweight binary serializer/deserializer, written especially for Elrond smart contracts
homepagehttps://elrond.com/
repositoryhttps://github.com/ElrondNetwork/elrond-wasm-rs
max_upload_size
id263046
size143,294
Camil Băncioiu (camilbancioiu)

documentation

https://docs.elrond.com/

README

elrond-codec

Lightweight binary serializer/deserializer, written especially for Elrond smart contracts.

Designed to:

  • produce minimal WASM bytecode
  • be fast
  • avoid data copy as much as possible

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.

no-std

Being designed for elrond-wasm smart contracts, it needs to be able to run in a no-std environment.

Commit count: 6577

cargo fmt