Skip to main content

Crate pf_core

Crate pf_core 

Source
Expand description

§pf-core

Core primitives for ProcessFork: the content-addressed store (CAS), the .pfimg manifest format, and atomic-snapshot orchestration across the four layers (model, cache, world, effects).

Phase 0: scaffold only. Real implementation lands in Phase 1.

Re-exports§

pub use error::Error;
pub use error::Result;

Modules§

cas
Content-addressed blob store.
digest
SHA-256 content digests, OCI-style.
error
Typed error hierarchy for pf-core.
fixture
Synthetic four-layer capture fixtures.
manifest
.pfimg manifest format (schema v1).
snapshot
Atomic four-layer snapshot orchestration.
store
High-level store: a BlobStore plus a manifest catalog.