Skip to content

dimbleby/ip-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

Provides the IpAddr enum for Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages