ipnetwork icon indicating copy to clipboard operation
ipnetwork copied to clipboard

A library to work with CIDRs in rust

Results 23 ipnetwork issues
Sort by recently updated
recently updated
newest added

Hi there, thanks for maintaining this crate! At our workplace we ran into an issue where we were accidentally converting an Ipv6Addr to an Ipv6Network. The conversion seems a bit...

Updates the requirements on [criterion](https://github.com/criterion-rs/criterion.rs) to permit the latest version. Release notes Sourced from criterion's releases. criterion-plot-v0.8.1 Fixed Typo Changelog Sourced from criterion's changelog. 0.8.1 - 2025-12-07 Fixed Homepage link...

dependencies
rust

As I promised in https://github.com/achanda/ipnetwork/pull/214, this PR adds the following `const` constructors: - `IpNetwork::with_netmask_checked` - `Ipv4Network::with_netmask_checked` - `Ipv6Network::with_netmask_checked` Thanks for showing interest in these PRs, I will start contributing with...