fx-durable-ga 0.1.5

Durable GA event driven optimization loop on PostgreSQL
Documentation
1
2
3
4
5
mod error;
mod service;

pub use error::Error;
pub(crate) use service::Service;