numbat-codec

Crates.ionumbat-codec
lib.rsnumbat-codec
version0.0.0
sourcesrc
created_at2024-05-09 10:47:38.583169
updated_at2024-05-09 10:47:38.583169
descriptionLightweight binary serializer/deserializer, written especially for Numbat smart contracts
homepagehttps://numbat.com/
repositoryhttps://github.com/numbatx/rn-sdk
max_upload_size
id1235009
size38,361
(Battula-anil-app-could)

documentation

https://docs.numbat.com/

README

numbat-codec

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

no-std

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

Commit count: 2

cargo fmt