| Crates.io | nimble-blob-stream |
| lib.rs | nimble-blob-stream |
| version | 0.0.17-dev |
| created_at | 2024-09-23 10:02:39.91549+00 |
| updated_at | 2024-10-24 10:26:08.080526+00 |
| description | Nimble Blob transfer over datagrams |
| homepage | |
| repository | https://github.com/nimble-rust/nimble |
| max_upload_size | |
| id | 1383823 |
| size | 69,910 |
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.
Add this to your Cargo.toml:
[dependencies]
nimble-blob-stream = "0.0.17-dev"
This project is licensed under the MIT License - see the LICENSE file for details.