reliar-store-postgres 0.8.0

PostgreSQL provider for the Reliar transactional outbox and inbox: migrations, migrate(), enqueue and the SKIP LOCKED claim.
Documentation
1
2
3
//! Compiles the README's code blocks as doctests without changing the crate docs.
#[doc = include_str!("../README.md")]
pub struct ReadmeDoctests;