ip_network
========
IPv4 and IPv6 network structs.
[](https://travis-ci.org/JakubOnderka/ip_network)
-
Add this to your `Cargo.toml`:
```toml
[dependencies]
ip_network = "0.1"
```
and this to your crate root:
```rust
extern crate ip_network;
```