dharitri-codec

Crates.iodharitri-codec
lib.rsdharitri-codec
version0.4.1
sourcesrc
created_at2023-11-15 06:58:07.630184
updated_at2024-02-15 07:58:43.558617
descriptionLightweight binary serializer/deserializer, written especially for Dharitri smart contracts
homepagehttps://dharitri.com/
repositoryhttps://github.com/Battula-anil-app-could/dx-sdk-rs-new
max_upload_size
id1036199
size143,490
(Battula-anil-app-could)

documentation

https://docs.dharitri.com/

README

dharitri-codec

Lightweight binary serializer/deserializer, written especially for Dharitri 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 dharitri-wasm smart contracts, it needs to be able to run in a no-std environment.

Commit count: 0

cargo fmt