prikk-store 0.26.0

Repository storage engine for Prikk -- layout, object storage, WAL durability, verification, and patch replay. Internal to the prikk CLI; its API may change without notice before 1.0.
Documentation
1
2
3
4
5
6
//! Compatibility imports for the workspace-internal replay lifecycle substrate.

pub(crate) use prikk_replay::{LiveNode, NodeContent, NodeLifecycleState, Tombstone};

#[cfg(test)]
pub(crate) use prikk_replay::{ensure_node_id_nonzero, validate_kind_content_shape};