assay-registry 3.5.0

Pack registry client for remote pack distribution (SPEC-Pack-Registry-v1)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Wave4 Step2 cache split scaffold.
//!
//! Commit A contract:
//! - `cache.rs` remains the active facade.
//! - No wiring to this module yet.
//! - No behavior/perf changes in this commit.

pub(crate) mod errors;
pub(crate) mod evict;
pub(crate) mod integrity;
pub(crate) mod io;
pub(crate) mod keys;
pub(crate) mod policy;
pub(crate) mod put;
pub(crate) mod read;
pub(crate) mod tests;