[go: up one dir, main page]

ip 1.1.1

Provides 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.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["David Hotham"]
description = """
Provides 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.
"""
documentation = "http://dimbleby.github.io/ip-rs"
homepage = "https://github.com/dimbleby/ip-rs"
keywords = ["IP"]
license = "MIT"
name = "ip"
readme = "README.md"
repository = "https://github.com/dimbleby/ip-rs"
version = "1.1.1"