Crates.io | serde-sibor |
lib.rs | serde-sibor |
version | 0.1.0 |
source | src |
created_at | 2023-12-18 12:04:17.146174 |
updated_at | 2023-12-18 12:04:17.146174 |
description | A serde implementation of the SIBOR binary format |
homepage | |
repository | https://github.com/mccolljr/serde-sibor |
max_upload_size | |
id | 1073315 |
size | 37,596 |
serde-sibor
serde
implementation for the SIBOR binary format.SIBOR is a binary format that is designed to be simple to implement, fast to encode and decode, and relatively compact. In order to achieve these goals, the number of features is kept to a minimum, and some types are not supported:
SIBOR is meant to be used when you want a quick and dirty way to serialize and deserialize binary data of a known schema. It does not have any built-in support for schema evolution, so such support must be implemented by the user.