Crates.io | datagram-chunker |
lib.rs | datagram-chunker |
version | 0.0.2 |
source | src |
created_at | 2024-10-14 10:46:26.859062 |
updated_at | 2024-10-17 08:38:26.155354 |
description | Serialize and deserialize messages in datagrams |
homepage | |
repository | https://github.com/piot/datagram-chunker |
max_upload_size | |
id | 1408174 |
size | 20,583 |
Datagram Chunker is a Rust library designed to serialize and deserialize messages into datagrams with configurable size constraints.
Add datagram-chunker
to your Cargo.toml
:
[dependencies]
datagram-chunker = "0.0.1"
This project is licensed under the MIT License. See the LICENSE file for details.