nimble-blob-stream 0.0.17-dev

Nimble Blob transfer over datagrams
Documentation
# Nimble Blob Stream

[![Crates.io](https://img.shields.io/crates/v/blob-stream)](https://crates.io/crates/blob-stream)
[![Documentation](https://docs.rs/blob-stream/badge.svg)](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.