Crate bolt_lite

Crate bolt_lite 

Source
Expand description

Minimal read-only BoltDB parser, tailored for containerd metadata usage. Implements just enough of Bolt’s B+tree to walk buckets and read values.

Structs§

Bolt
Read-only database held in memory (meta.db is small).
Bucket
A logical bucket.
BucketCursor
Cursor to iterate leaf entries without re-parsing the tree.
CursorEntry
Stats
Lightweight database stats useful for debugging bounds.
Tx
Read-only transaction. Immutable view over the DB bytes.

Enums§

Error

Constants§

BRANCH_PAGE_FLAG
BUCKET_VALUE_FLAG
LEAF_PAGE_FLAG
MAGIC
META_PAGE_FLAG
META_STRUCT_OFFSET

Type Aliases§

Result