test-numbat-codec

Crates.iotest-numbat-codec
lib.rstest-numbat-codec
version0.5.3
created_at2024-12-06 07:01:36.069824+00
updated_at2024-12-06 07:01:36.069824+00
descriptionLightweight binary serializer/deserializer, written especially for Numbat smart contracts
homepagehttps://numbat.com/
repositoryhttps://github.com/Saisumanthv/test-sdk-v0.17.2.git
max_upload_size
id1473980
size111,557
Sai Sumanth Vadla (Saisumanthv)

documentation

https://docs.numbat.com/

README

test-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.

For more info about the serialization format, see the developer reference.

no-std

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

Commit count: 0

cargo fmt