shapely-msgpack
[!IMPORTANT]
There is no stable shapely API as of now (even though it's >1.0.0). The design is very much still being explored.
Expect multiple major versions in the near future — (note left 2025-03-11)
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!;
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.