Crates.io | cbordata |
lib.rs | cbordata |
version | 0.6.0 |
source | src |
created_at | 2021-09-04 15:20:11.614058 |
updated_at | 2022-05-20 16:00:17.719542 |
description | CBOR processing package for document databases and distributed applications |
homepage | |
repository | https://github.com/bnclabs/cbordata |
max_upload_size | |
id | 446872 |
size | 84,715 |
This crate makes several trade-offs that are tuned for big-data and document database.
Concise Binary Object Representation, also called CBOR, RFC-7049link.
Machine friendly, designed for IoT, inter-networking of light weight devices, and easy to implement in many languages.
Can be used for more than data exchange, left to user imagination :) ...
Serialization from Rust native type to CBOR binary.
De-serialization from CBOR binary to Rust native type.
Streaming CBOR parser.
Sorted keys in property object.
make build
to confirm all versions of build is passing with
0 warnings and 0 errors.check.sh
with 0 warnings, 0 errors and all testcases passing.perf.sh
with 0 warnings, 0 errors and all testcases passing.cargo spellcheck
to remove common spelling mistakes.