reliar-core 0.4.1

Pure envelope/message model shared by every Reliar crate — no storage or transport dependency.
Documentation
1
2
3
4
5
6
//! Shared test fixtures for `reliar-core`'s public-API tests.
#![allow(unused_imports)]

mod fixtures;

pub(crate) use fixtures::*;