1 2//! Interpret data payloads as networking protocol packets/frames 3 4pub mod datalink; 5pub mod network; 6pub mod transport;