# 📦 Datagram Chunker
[](https://crates.io/crates/datagram-chunker)
[](https://docs.rs/datagram-chunker)
**Datagram Chunker** is a Rust library designed to serialize and deserialize messages into datagrams with configurable size constraints.
## 🔧 Installation
Add `datagram-chunker` to your `Cargo.toml`:
```toml
[dependencies]
datagram-chunker = "0.0.1"
```
## 📝 License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.