kmp-application 0.1.4

Application services of the KMP kernel: the use cases behind ingest, wake, ask, near, rewind and trace
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod command_application_service;
pub mod memory_projection;
pub mod update_context;

pub use command_application_service::CommandApplicationService;
pub use memory_projection::projection_mutations_for_context_event;
pub use update_context::{
    AcceptedVersion, NoopProjectionWriter, UpdateContextChange, UpdateContextCommand,
    UpdateContextOutcome, UpdateContextUseCase,
};