Crates.io | sbor |
lib.rs | sbor |
version | 1.2.0 |
source | src |
created_at | 2024-03-20 09:02:24.147277 |
updated_at | 2024-05-17 13:39:07.835165 |
description | Reference implementation of the SBOR binary data format, from the Radix DLT project. |
homepage | |
repository | https://github.com/radixdlt/radixdlt-scrypto |
max_upload_size | |
id | 1180220 |
size | 486,593 |
Scrypto Binary Object Representation (SBOR) is an open, efficient and Rust-native data format used by Scrypto and Radix Engine V2.
Data serialization and deserialization are required for Scrypto in many places, e.g. system function calls and component interactions. We need a framework that supports efficient data encoding, decoding and describing.
Serde and its supported data formats have been a good start, but didn't meet all our requirements.