2 releases
0.0.2 | Oct 17, 2024 |
---|---|
0.0.1 | Oct 14, 2024 |
#508 in Encoding
411 downloads per month
Used in 5 crates
(3 directly)
9KB
106 lines
📦 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
:
[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