netaddr 0.1.2

Network addresses utilities for Rust.
docs.rs failed to build netaddr-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Travis build status

rust-netaddr

Just an attempt to port ipaddress Python's package to Rust.

Documentation

Just here: http://kokakiwi.github.io/rust-netaddr/doc/netaddr/

Usage with cargo

Just add the following lines to your in the dependencies section of your Cargo.toml file:

netaddr = "*"