nimble-blob-stream

Crates.ionimble-blob-stream
lib.rsnimble-blob-stream
version0.0.17-dev
sourcesrc
created_at2024-09-23 10:02:39.91549
updated_at2024-10-24 10:26:08.080526
descriptionNimble Blob transfer over datagrams
homepage
repositoryhttps://github.com/nimble-rust/nimble
max_upload_size
id1383823
size69,910
Peter Bjorklund (piot)

documentation

README

Nimble Blob Stream

Crates.io Documentation

Nimble Blob Stream is a Rust library for managing and processing binary data streams divided into fixed-size chunks. This library allows for the serialization, deserialization with reassembly of chunks of data into complete blobs.

📦 Installation

Add this to your Cargo.toml:

[dependencies]
nimble-blob-stream = "0.0.17-dev"

License

This project is licensed under the MIT License - see the LICENSE file for details.

Commit count: 151

cargo fmt