Skip to main content

Module ipv4range

Module ipv4range 

Source
Available on crate feature net only.
Expand description

IP address range types for network programming.

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

Structs§

Ipv4Range
An IPv4 address range (start to end inclusive).

Enums§

Ipv4RangeError
Error type for IPv4 range parsing.