7 releases

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

#1477 in Game dev

44 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