Hi, thanks for making this cool crate. I am requesting support for structs from the cidr crate.
I use the cidr crate over the ipnet crate because it distinguishes networks from single hosts within a network with different structs and requires that networks are represented by the first address.
So it would be cool if IpRange<cidr::Ipv4Cidr> & IpRange<cidr::Ipv6Cidr would work.
https://docs.rs/cidr/latest/cidr/struct.Ipv4Cidr.html
https://docs.rs/cidr/latest/cidr/struct.Ipv6Cidr.html
Hi, thanks for making this cool crate. I am requesting support for structs from the
cidrcrate.I use the cidr crate over the ipnet crate because it distinguishes networks from single hosts within a network with different structs and requires that networks are represented by the first address.
So it would be cool if
IpRange<cidr::Ipv4Cidr>&IpRange<cidr::Ipv6Cidrwould work.https://docs.rs/cidr/latest/cidr/struct.Ipv4Cidr.html
https://docs.rs/cidr/latest/cidr/struct.Ipv6Cidr.html