krisprice / ipnet

IpNet, Ipv4Net, and Ipv6Net types and methods for Rust
Apache License 2.0
122 stars 26 forks source link

Add From<IpAddr> implementations for IpNets #16

Closed glts closed 4 years ago

glts commented 4 years ago

The proposed change adds support for conversion of IpAddrs to IpNets. That is, it adds the following From impls:

Thank you.