datagram-chunker

Crates.iodatagram-chunker
lib.rsdatagram-chunker
version0.0.2
sourcesrc
created_at2024-10-14 10:46:26.859062
updated_at2024-10-17 08:38:26.155354
descriptionSerialize and deserialize messages in datagrams
homepage
repositoryhttps://github.com/piot/datagram-chunker
max_upload_size
id1408174
size20,583
Peter Bjorklund (piot)

documentation

README

📦 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.

Commit count: 2

cargo fmt