30 releases (15 breaking)
0.16.0 | Dec 15, 2022 |
---|---|
0.14.0 | Oct 13, 2022 |
0.12.0 | Jul 8, 2022 |
0.10.0 | Mar 17, 2022 |
0.1.1 | Jul 18, 2020 |
#1991 in Magic Beans
420 downloads per month
Used in 18 crates
(2 directly)
120KB
3K
SLoC
elrond-codec
Lightweight binary serializer/deserializer, written especially for Elrond 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 elrond-wasm smart contracts, it needs to be able to run in a no-std environment.
Dependencies
~150–650KB
~11K SLoC