Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Provides the IpAddr enum for Rust

License

NotificationsYou must be signed in to change notification settings

dimbleby/ip-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Build StatusBuild statuscrates.io

Do not use this code!

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

Documentation

API documentation ishere.

Installation

InCargo.toml:

[dependencies]ip ="*"

And in your crate root:

externcrate ip;

About

Provides the IpAddr enum for Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp