7 releases

new 0.0.17-dev Oct 24, 2024
0.0.16 Oct 22, 2024
0.0.12-dev Sep 23, 2024

#1126 in Game dev

Download history 357/week @ 2024-09-22 41/week @ 2024-09-29 2/week @ 2024-10-06 174/week @ 2024-10-13 646/week @ 2024-10-20

876 downloads per month
Used in 9 crates (3 directly)

MIT license

54KB
964 lines

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.

Dependencies

~145KB