kmp-domain 0.17.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
/// An aggregate revision observed while preparing a command.
#[derive(Debug, Clone, PartialEq, Eq)]
pub struct ContextRevision {
    pub root_node_id: String,
    pub role: String,
    pub revision: u64,
}