fx-event-bus 0.1.13

An event bus for monoliths, built with Postgres and sqlx
Documentation
1
2
3
4
5
pub mod errors;
pub mod publisher;

pub use errors::PublisherError;
pub use publisher::Publisher;