kmp-domain 0.18.0

Domain model of the Kernel Memory Protocol: aggregates, value objects, repositories and projections, with no IO
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/// Work and exclusions of dimensional routing, not truth confidence.
#[derive(Debug, Clone, Default, PartialEq, Eq)]
pub struct TraceRoutingStats {
    pub preferred_route_entries: Vec<u32>,
    pub focused: bool,
    pub evaluated_entries: u32,
    pub preferred_entries: u32,
    pub dimensional_rejections: u32,
    pub priority_pops: u32,
    pub exploration_pops: u32,
    pub adjacency_pages: u32,
    pub coordinate_pages: u32,
    pub resumed_states: u32,
}