prikk-store 0.17.2

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};

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