1//! Network object primitives: hosts, ranges, and resolvable names. 2 3// pub mod address; 4pub mod fqdn; 5pub mod network; 6pub mod range;