Crates.io | binn-rs |
lib.rs | binn-rs |
version | 0.1.0 |
source | src |
created_at | 2023-08-01 19:25:16.005392 |
updated_at | 2023-08-01 19:25:16.005392 |
description | Library to serialize/deserialize binn format with no_std/no_alloc support. |
homepage | |
repository | https://github.com/funbiscuit/binn-rs |
max_upload_size | |
id | 932130 |
size | 108,043 |
Small binn implementation with no_std/no_alloc support.
API is not quite stable so breaking changes are possible.
Any breaking change will lead to bump in major version (e.g. 0.1.0
-> 0.2.0
).
alloc
feature)Data type | Supported |
---|---|
null | + |
boolean (true and false ) |
+ |
integer (up to 64 bits signed or unsigned) | + |
floating point numbers (IEEE single and double precision) | + |
string | + |
blob (binary data) | + |
user defined primitive | + |
list | + |
map (numeric key associative array) | + |
object (text key associative array) | + |
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.