Crates.io | numbat-codec |
lib.rs | numbat-codec |
version | 0.0.0 |
source | src |
created_at | 2024-05-09 10:47:38.583169 |
updated_at | 2024-05-09 10:47:38.583169 |
description | Lightweight binary serializer/deserializer, written especially for Numbat smart contracts |
homepage | https://numbat.com/ |
repository | https://github.com/numbatx/rn-sdk |
max_upload_size | |
id | 1235009 |
size | 38,361 |
Lightweight binary serializer/deserializer, written especially for Numbat smart contracts.
Designed to:
Largely inspired by the Parity SCALE codec, but a completely different format and implementation.
Being designed for numbat-wasm smart contracts, it needs to be able to run in a no-std environment.