datagram-chunker 0.0.2

Serialize and deserialize messages in datagrams
Documentation
# 📦 Datagram Chunker

[![Crates.io](https://img.shields.io/crates/v/datagram-chunker.svg)](https://crates.io/crates/datagram-chunker)
[![Docs.rs](https://docs.rs/datagram-chunker/badge.svg)](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.