/rust-netaddr

Network addresses utilities for Rust.

Primary LanguageRust

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 = "*"