Crates.io | dharitri-codec |
lib.rs | dharitri-codec |
version | 0.4.1 |
source | src |
created_at | 2023-11-15 06:58:07.630184 |
updated_at | 2024-02-15 07:58:43.558617 |
description | Lightweight binary serializer/deserializer, written especially for Dharitri smart contracts |
homepage | https://dharitri.com/ |
repository | https://github.com/Battula-anil-app-could/dx-sdk-rs-new |
max_upload_size | |
id | 1036199 |
size | 143,490 |
Lightweight binary serializer/deserializer, written especially for Dharitri 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 dharitri-wasm smart contracts, it needs to be able to run in a no-std environment.