//! An implementation of the gateway network.
//!//! The gateway network consists of three layers, implemented in their own modules:
//!//! * [`physical`]
//! * [`link`]
//! * [`transport`]
pubmodphysical;pubmodlink;pubuselink::{Frame, GatewayID};pubmodtransport;