//! Network layer for fetching and representing adapter information.
//!
//! This module provides types and traits for:
//! - Representing network adapter snapshots ([`AdapterSnapshot`])
//! - IP version filtering ([`IpVersion`])
//! - Adapter type classification ([`AdapterKind`])
//! - Fetching adapter information ([`AddressFetcher`])
//! - Adapter filtering ([`filter`])
//! - Platform-specific implementations ([`platform`])
pub use ;
pub use ;