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§
- Ipv4
Range - An IPv4 address range (start to end inclusive).
Enums§
- Ipv4
Range Error - Error type for IPv4 range parsing.