rsolomo / rust-netaddr

Network addresses utilities for Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Network addresses utilities for Rust.


Languages

Language:Rust 100.0%