kmp-domain 0.18.1

Domain model of the Kernel Memory Protocol: aggregates, value objects, repositories and projections, with no IO
Documentation
mod binding;
mod bindings;
mod candidate;
mod group;
mod join;
mod missing_witness;
mod request;
mod result;
mod role;
mod search;
mod state;
mod state_graph;
mod status;

pub use binding::EvidencePathBinding;
pub use bindings::EvidencePathBindings;
pub use candidate::EvidencePathCandidate;
pub use group::EvidencePathGroup;
pub use missing_witness::EvidenceMissingWitness;
pub use request::EvidencePathRequest;
pub use result::EvidencePathResult;
pub use role::EvidencePathRole;
pub use search::search_evidence_paths;
pub use status::EvidencePathStatus;