Skip to content
New issue

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

support for cidr crate #26

Open
master-hax opened this issue Oct 24, 2023 · 0 comments
Open

support for cidr crate #26

master-hax opened this issue Oct 24, 2023 · 0 comments

Comments

@master-hax
Copy link

master-hax commented Oct 24, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant