kmp-domain 0.1.5

Domain model of the Kernel Memory Protocol: aggregates, value objects, repositories and projections, with no IO
Documentation
1
2
3
4
5
6
7
#[derive(Debug, Clone, PartialEq, Eq)]
pub struct NodeDetailProjection {
    pub node_id: String,
    pub detail: String,
    pub content_hash: String,
    pub revision: u64,
}