# embedded-msgpack
[](https://docs.rs/embedded-msgpack)
[](https://crates.io/crates/embedded-msgpack)
MessagePack serialization implementation for Rust optimized for embedded environments
## Running tests
You can run tests for all common supported configurations via `just test` if you have [`just`](https://github.com/casey/just) installed:
```sh
just test
```
## 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.