7 releases

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

#1161 in Game dev

Download history 331/week @ 2024-09-20 58/week @ 2024-09-27 11/week @ 2024-10-04 158/week @ 2024-10-11 601/week @ 2024-10-18 107/week @ 2024-10-25 26/week @ 2024-11-01 5/week @ 2024-11-08 3/week @ 2024-11-15

245 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