arcan-lago 0.1.0

Bridge between Arcan agent runtime and Lago event-sourced persistence
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod event_map;
pub mod policy_middleware;
pub mod repository;
pub mod sse_bridge;
pub mod state_projection;

pub use policy_middleware::LagoPolicyMiddleware;
pub use repository::LagoSessionRepository;
pub use sse_bridge::{select_format, SseBridge};
pub use state_projection::AppStateProjection;