2 releases

0.0.2 Oct 17, 2024
0.0.1 Oct 14, 2024

#772 in Parser implementations

Download history 364/week @ 2024-10-14 61/week @ 2024-10-21 9/week @ 2024-10-28 29/week @ 2024-11-04

463 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