3 releases

Uses old Rust 2015

0.1.2 Jan 10, 2015
0.1.1 Dec 26, 2014
0.1.0 Dec 23, 2014

#67 in #addresses

30 downloads per month

MIT license

35KB
897 lines

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

Dependencies

~310KB