kmp-domain 0.18.1

Domain model of the Kernel Memory Protocol: aggregates, value objects, repositories and projections, with no IO
Documentation
1
2
3
4
5
6
/// Hop order expressed as indexes into the complete, deduplicated relation table.
#[derive(Debug, Clone, PartialEq, Eq)]
pub struct TraceRoute {
    pub target: String,
    pub edge_indexes: Vec<u32>,
}