Provides the IpAddr enum for representing IPv4 or IPv6 addresses. Note: deprecated in favor of std::net::IpAddr since Rust 1.7.0.
# Cargo.toml
[dependencies]
ip = "1.1.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parse and display an IP address using the deprecated IpAddr type.
Replace `use ip::IpAddr` with `use std::net::IpAddr`.
No dependency data recorded yet.