#dharithri #blockchain #smart-contracts #wasm #contract

nightly no-std dharithri-sc-codec

Lightweight binary serializer/deserializer, written especially for dharithri smart contracts

1 unstable release

0.18.1 Sep 14, 2023

#4 in #dharithri

Download history 6/week @ 2024-01-08 4/week @ 2024-01-15 3/week @ 2024-02-05 15/week @ 2024-02-12 21/week @ 2024-02-19 37/week @ 2024-02-26 15/week @ 2024-03-04 23/week @ 2024-03-11 22/week @ 2024-03-18 33/week @ 2024-03-25 62/week @ 2024-04-01 14/week @ 2024-04-08 17/week @ 2024-04-15

127 downloads per month
Used in 8 crates (via dharithri-sc)

GPL-3.0-only

120KB
3K SLoC

Smart contract standard codec

crates.io

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

It is also safe to run in a regular std environment.

The types provided by default all work without an allocator. To use an allocator, pass feature flag "alloc".

Dependencies

~61–375KB