//! Example Hotline framing codec wired into a `WireframeApp`.
//!
//! The Hotline header is 20 bytes with big-endian lengths and a transaction
//! identifier. The codec implementation lives in `wireframe::codec::examples`
//! so tests can exercise it directly.
use io;
use ;