#bincode #object #encode-decode #json #value #json-like

yanked bincode-json

A wrapper around bincode to encode/decode JSON-like objects

0.1.5 Nov 22, 2022
0.1.4 Nov 6, 2022

#4 in #json-like


Used in triaka-rpc-proto

MIT license

38KB
1K SLoC

Bincode JSON

A wrapper around bincode to encode and decode JSON-like objects.

Installation

Add the following line to your Cargo.toml:

bincode_json = "0.1"

License

This project is licensed under the MIT license, view LICENSE for details.

This project contains code from bson and serde_json.


lib.rs:

bincode-json is a wrapper around bincode to encode/decode JSON-like objects.

Features

  • json: enables converting from/to serde_json::Value.

Dependencies

~360–800KB
~17K SLoC