A tiny crate providing the IpAddr
enum, which can represent either an IPv4 or an IPv6 address.
API documentation is here.
In Cargo.toml
:
toml
[dependencies]
ip = "*"
And in your crate root:
rust
extern crate ip;
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.