Crate ipfilter

Source
Expand description

A library to streamline IP filtering. Supports creating, serializing, and deserializing Ipv4Range and Ipv6Range for optimized filtering.

Re-exports§

pub use v4::IpRange as Ipv4Range;
pub use v6::IpRange as Ipv6Range;

Modules§

v4
Types and functions for IPv4 filtering
v6
Types and functions for IPv6 filtering