bijux-dag-app 0.4.1

Application orchestration and response-shaping layer for Bijux DAG command surfaces.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Cache command orchestration helpers.

mod service;

#[cfg(test)]
pub(crate) use service::unpack_cache_archive_bounded;
pub(crate) use service::{
    cache_diff, cache_prune_simulate, cache_stats, explain_cache_key, explain_run_node_cache_miss,
    pack_cache_entry, unpack_cache_entry, verify_cache_dirs, verify_cache_entry_cli,
};