Crates.io | bung |
lib.rs | bung |
version | 0.1.0 |
source | src |
created_at | 2023-03-31 21:52:57.014595 |
updated_at | 2023-03-31 21:52:57.014595 |
description | A serialization implementation for SurrealDB, based on MessagePack |
homepage | https://github.com/surrealdb/bung |
repository | https://github.com/surrealdb/bung |
max_upload_size | |
id | 826901 |
size | 154,183 |
The bung library is a custom MessagePack based serialization implementation for SurrealDB, based originally on the Rust MessagePack library. It enables enums and structs to be serialized using a number of different configurations, including named struct serialization, and either named or index-based compact enum serialization.
This code is based on and forked originally from rmp-serde, licensed under the and MIT licenses.