ip 1.0.0

Provides the IpAddr enum, which can represent either an IPv4 or an IPv6 address
Documentation

ip-rs

A tiny crate providing the IpAddr enum, which can represent either an IPv4 or an IPv6 address.

Build Status Build status crates.io

Documentation

API documentation is here.

Installation

In Cargo.toml:

[dependencies]
ip = "*"

And in your crate root:

extern crate c_types;

Contributing

I don't expect to expand the scope of this crate, so it ought to be pretty stable. Nevertheless, issues and pull requests are welcome.