Just an attempt to port ipaddress Python's package to Rust.
ipaddress
Just here: http://kokakiwi.github.io/rust-netaddr/doc/netaddr/
Just add the following lines to your in the dependencies section of your Cargo.toml file:
dependencies
Cargo.toml
toml netaddr = "*"