shapely-msgpack 2.0.0

MessagePack serialization and deserialization for Shapely types
Documentation
# shapely-msgpack

[![experimental](https://img.shields.io/badge/status-highly%20experimental-orange)](https://github.com/fasterthanlime/shapely)
[![free of syn](https://img.shields.io/badge/free%20of-syn-hotpink)](https://github.com/fasterthanlime/free-of-syn)
[![crates.io](https://img.shields.io/crates/v/shapely-msgpack.svg)](https://crates.io/crates/shapely-msgpack)
[![documentation](https://docs.rs/shapely-msgpack/badge.svg)](https://docs.rs/shapely-msgpack)
[![MIT/Apache-2.0 licensed](https://img.shields.io/crates/l/shapely-msgpack.svg)](./LICENSE)

> [!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.

## License

Licensed under either of:

- Apache License, Version 2.0 ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.