Registry / utility / blobby

blobby

JSON →
library0.4.0rscratesunverified

Iterator over simple binary blob storage.

# Cargo.toml [dependencies] blobby = "0.4.0"
INSTALL
IMPORT
SIG · BLOBBY
B
blobby
utilityrustv0.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BlobIterator
use blobby::BlobIterator;

Iterates over binary blobs from a byte slice.

use blobby::BlobIterator; fn main() { let data = b"\x00\x05hello\x00\x05world"; let iter = BlobIterator::new(data).unwrap(); for blob in iter { println!("{:?}", blob); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
blobby — cargo add blobby · libregistry