holt 0.1.0

An adaptive-radix-tree metadata storage engine for path-shaped keys, with per-blob concurrency and crash-safe persistence.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Stateful tree iterator.
//!
//! **Status: stub.** Will implement a path-stack-based iterator
//! supporting:
//! - `start_after` marker (pagination)
//! - `prefix` filter
//! - `delimiter` (S3-style hierarchy rollup)
//! - cross-blob traversal via `BlobNode` descent

// TODO: Iter struct + impl.