dharithri-sc-codec

Crates.iodharithri-sc-codec
lib.rsdharithri-sc-codec
version0.18.1
sourcesrc
created_at2023-09-14 05:34:00.99146
updated_at2023-09-14 05:34:00.99146
descriptionLightweight binary serializer/deserializer, written especially for dharithri smart contracts
homepagehttps://dharithri.com/
repositoryhttps://github.com/dharithri/mx-sdk-rs
max_upload_size
id972280
size143,928
(Battula-anil-app-could)

documentation

https://docs.dharithri.com/

README

Smart contract standard codec

crates.io

Lightweight binary serializer/deserializer, written especially for dharithri 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 dharithri 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".

Commit count: 0

cargo fmt