ip_network 0.1.0

IPv4 and IPv6 network structs.
Documentation

ip_network

IPv4 and IPv6 network structs.

Build Status

Usage

Add this to your Cargo.toml:

[dependencies]
ip_network = "0.1"

and this to your crate root:

extern crate ip_network;