1 2 3 4 5
//! Network components - `wire.Send` + `wire.Recv` (the transport //! primitives) live here per Each component //! self-registers via `inventory::submit!`. pub mod wire;