prikk-store 0.23.0

Prikk storage crate scaffold.
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};