core::net - Rust (original) (raw)
Module net
1.77.0 · Source
Expand description
Networking primitives for IP communication.
This module provides types for IP and socket addresses.
§Organization
- IpAddr represents IP addresses of either IPv4 or IPv6; Ipv4Addr andIpv6Addr are respectively IPv4 and IPv6 addresses
- SocketAddr represents socket addresses of either IPv4 or IPv6; SocketAddrV4and SocketAddrV6 are respectively IPv4 and IPv6 socket addresses
An error which can be returned when parsing an IP address or a socket address.
An IPv4 address.
An IPv6 address.
An IPv4 socket address.
An IPv6 socket address.
An IP address, either IPv4 or IPv6.
An internet socket address, either IPv4 or IPv6.
Ipv6MulticastScopeExperimental
Scope of an IPv6 multicast address as defined in IETF RFC 7346 section 2.