ip

Crates.ioip
lib.rsip
version1.1.1
sourcesrc
created_at2015-12-03 21:09:50.081175
updated_at2016-03-03 20:57:48.43154
descriptionProvides the IpAddr enum, which can represent either an IPv4 or an IPv6 address. Do not use this crate! As of Rust 1.7.0, the `std::net::IpAddr` is stabilized - and should be preferred.
homepagehttps://github.com/dimbleby/ip-rs
repositoryhttps://github.com/dimbleby/ip-rs
max_upload_size
id3565
size8,716
David Hotham (dimbleby)

documentation

http://dimbleby.github.io/ip-rs

README

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

Do not use this code!

As of Rust 1.7.0, the std::net::IpAddr is stabilized - and should be preferred.

Documentation

API documentation is here.

Installation

In Cargo.toml:

[dependencies]
ip = "*"

And in your crate root:

extern crate ip;
Commit count: 26

cargo fmt