ip_network 0.1.0

IPv4 and IPv6 network structs.
Documentation
ip_network
========

IPv4 and IPv6 network structs.

[![Build Status](https://travis-ci.org/JakubOnderka/ip_network.svg?branch=master)](https://travis-ci.org/JakubOnderka/ip_network)

- [Documentation]https://docs.rs/ip_network

## Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]
ip_network = "0.1"
```

and this to your crate root:

```rust
extern crate ip_network;
```