#datagram #deserialize #serialization #messages #size #chunker

datagram-chunker

Serialize and deserialize messages in datagrams

2 releases

0.0.2 Oct 17, 2024
0.0.1 Oct 14, 2024

#508 in Encoding

Download history 296/week @ 2024-10-11 115/week @ 2024-10-18

411 downloads per month
Used in 5 crates (3 directly)

MIT license

9KB
106 lines

📦 Datagram Chunker

Crates.io Docs.rs

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:

[dependencies]
datagram-chunker = "0.0.1"

📝 License

This project is licensed under the MIT License. See the LICENSE file for details.


lib.rs:

Datagram Chunker Crate

This crate provides functionality to serialize and deserialize messages into datagrams with size constraints. It includes error handling mechanisms and utilities to manage datagram chunking efficiently.

Dependencies

~130KB