Crates.io | test-numbat-codec |
lib.rs | test-numbat-codec |
version | |
source | src |
created_at | 2024-12-06 07:01:36.069824 |
updated_at | 2024-12-06 07:01:36.069824 |
description | Lightweight binary serializer/deserializer, written especially for Numbat smart contracts |
homepage | https://numbat.com/ |
repository | https://github.com/Saisumanthv/test-sdk-v0.17.2.git |
max_upload_size | |
id | 1473980 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.
For more info about the serialization format, see the developer reference.
Being designed for test-numbat-wasm smart contracts, it needs to be able to run in a no-std environment.