# Nimble Blob Stream
[](https://crates.io/crates/blob-stream)
[](https://docs.rs/blob-stream)
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:
```toml
[dependencies]
nimble-blob-stream = "0.0.17-dev"
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.