fx-durable-ga 0.5.0

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;