Crates.io | binson |
lib.rs | binson |
version | 0.1.0 |
source | src |
created_at | 2017-11-30 14:45:39.043008 |
updated_at | 2017-11-30 14:45:39.043008 |
description | Implements the binson binary serialization format. See binson.org for details. |
homepage | |
repository | https://github.com/dvdplm/binson-rust |
max_upload_size | |
id | 41125 |
size | 15,727 |
A Rust implementation of the binson binary serialization format.
NOTE This is not a complete implementation. For now only serialization works and there are known issues. Binson mandates struct members (or hashmap keys) to be ordered lexicographically. This is not implemented.