We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, thanks for making this cool crate. I am requesting support for structs from the cidr crate.
cidr
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.
IpRange<cidr::Ipv4Cidr>
IpRange<cidr::Ipv6Cidr
https://docs.rs/cidr/latest/cidr/struct.Ipv4Cidr.html https://docs.rs/cidr/latest/cidr/struct.Ipv6Cidr.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: