shapely-msgpack
A crate for deserializing MessagePack data into Shapely structures.
Example
use Shapely;
use from_msgpack;
// MessagePack binary data (equivalent to {"id": 42, "username": "user123"})
let msgpack_data = ;
let mut partial = partial;
from_msgpack.expect;
let user = partial.;
assert_eq!;
Funding
Thanks to Namespace for providing fast GitHub Actions workers:
License
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.