Skip to main content

Module ipv6range

Module ipv6range 

Source
Available on crate feature net only.
Expand description

IPv6 address range types for network programming.

This module provides type-safe abstractions for IPv6 address ranges, allowing representation of contiguous IPv6 address ranges.

Structs§

Ipv6Range
An IPv6 address range (start to end inclusive).

Enums§

Ipv6RangeError
Error type for IPv6 range parsing.