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

datagram-chunker

Serialize and deserialize messages in datagrams

2 releases

new 0.0.2 Oct 17, 2024
0.0.1 Oct 14, 2024

#522 in Encoding

Download history 145/week @ 2024-10-09

145 downloads per month
Used in 2 crates (via nimble-layer)

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

~135KB