Expand description

Networking-related types not available in core.

This module either re-exports or re-defines a number of types related to networking that are not available in a no_std environment but are used in DNS data. Currently, these are types for IP addresses.

The no_std version currently is only the bare minimum implementation and doesn’t provide all the features the std version has.

Structs

An error which can be returned when parsing an IP address or a socket address.

An IPv4 address.

An IPv6 address.

Enums

An IP address, either IPv4 or IPv6.