Skip to main content

Crate iob

Crate iob 

Source

Structs§

BlobIdAllocator
Helper struct implementing the lock-free blob-id allocator over memory.
Header
Header for the ID allocator region.
Index
Represents a blob bookkeeping index slot.
Iter
Iterator over blobs in a BlobIdAllocator.

Enums§

AllocateError
Possible error conditions when attempting to allocate a blob ID.
AllocateErrorWith
Error type for allocate_with combining allocator errors and copy errors.
BlobError
Possible error conditions when retrieving a blob by ID, either via iteration or get_blob().
ZeroFill
Specifies whether memory should be zeroed when initializing a BlobIdAllocator.