iprange-rs icon indicating copy to clipboard operation
iprange-rs copied to clipboard

A Rust library for managing IP ranges

Results 3 iprange-rs issues
Sort by recently updated
recently updated
newest added

Since you are using Radix as the underlying data structure it may be easy to support. In Python I use the following library for this: https://pypi.org/project/py-radix/

Hi, thanks for making this cool crate. I am requesting support for structs from the `cidr` crate. I use the [cidr crate](https://docs.rs/cidr/latest/cidr/) over the [ipnet crate](https://docs.rs/ipnet/latest/ipnet/) because it distinguishes networks...

I'm trying to remove a host from a IpRange by doing a remove `/32` and I'm getting this is returning way less hosts than it should. Here is the POC...