reliar-core 0.4.0

Pure envelope/message model shared by every Reliar crate — 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;