Module core::net::parser

source ·
🔬This is a nightly-only experimental API. (ip_in_core #108443)
Expand description

A private parser implementation of IPv4, IPv6, and socket addresses.

This module is “publicly exported” through the FromStr implementations below.

Macros

Structs

  • Parser 🔒 Experimental
  • An error which can be returned when parsing an IP address or a socket address.

Enums

Traits