netaddr

Crates.ionetaddr
lib.rsnetaddr
version0.1.2
sourcesrc
created_at2014-12-23 02:29:05.265919
updated_at2015-12-11 23:54:29.779751
descriptionNetwork addresses utilities for Rust.
homepage
repositoryhttps://github.com/KokaKiwi/rust-netaddr
max_upload_size
id627
size34,108
Rust (github:fractalglobal:rust)

documentation

http://kokakiwi.github.io/rust-netaddr/doc/netaddr/index.html

README

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 = "*"
Commit count: 13

cargo fmt