kmp-application 0.2.9

Application services behind KMP's ten memory moves and evidence-backed recall
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,
};