obix 0.2.23

Implementation of outbox backed by PG / sqlx
Documentation
1
2
3
4
5
mod cache;
mod listener;

pub use cache::{CacheHandle, PersistentOutboxEventCache};
pub use listener::PersistentOutboxListener;