reliar-outbox 0.9.0

Storage-agnostic transactional outbox: OutboxStore/Publisher contracts, retry policy, settings and dispatcher (no storage or transport dependency).
Documentation
1
2
3
4
5
//! Compiles the README's code blocks as doctests without changing the crate docs.

/// Never constructed — exists only so `include_str!("../README.md")` becomes a doctest.
#[doc = include_str!("../README.md")]
pub struct ReadmeDoctests;