reliar-inbox 0.1.0

Transactional inbox deduplication: InboxStore/InboxHandler contracts, claim/complete/fail/purge semantics (no storage or transport dependency).
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;