hyphae-storage 0.1.0

Append-only durable local storage, recovery, snapshots, and backups for Hyphae.
Documentation

hyphae-storage

crates.io docs.rs

Durable local storage primitives for Hyphae: an append-only checksummed and digest-chained log, atomic/idempotent mutation, recovery, snapshots, compaction, backups, and verified restore.

[dependencies]
hyphae-storage = "0.1.0"

Most applications should use hyphae-engine. Use this lower-level crate only when directly implementing the documented durable formats and ownership model.

Apache-2.0. Source and security policy: celiumsai/hyphae.