//! RFC 5321: Simple Mail Transfer Protocol.
//!
//! Each sub-module pairs a command type, serialisable to wire bytes,
//! with the I/O-free coroutine running the full request/response
//! exchange. The shared wire-format primitives flatten directly into
//! this module: reply codes, responses, paths, domains and greetings.
pub use *;