outbox-core 0.1.1

Core traits and logic for modular transactional outbox pattern in Rust
Documentation

Rust Modular Outbox

A high-performance, transactional Outbox pattern implementation for Rust applications.

Project Structure

  • outbox-core: The heart of the library. Contains domain logic, traits, and the event processor.
  • outbox-postgres: A concrete implementation of the storage layer using sqlx and PostgreSQL.