Crates.io | netaddr |
lib.rs | netaddr |
version | 0.1.2 |
source | src |
created_at | 2014-12-23 02:29:05.265919 |
updated_at | 2015-12-11 23:54:29.779751 |
description | Network addresses utilities for Rust. |
homepage | |
repository | https://github.com/KokaKiwi/rust-netaddr |
max_upload_size | |
id | 627 |
size | 34,108 |
Just an attempt to port ipaddress
Python's package to Rust.
Just here: http://kokakiwi.github.io/rust-netaddr/doc/netaddr/
Just add the following lines to your in the dependencies
section of your Cargo.toml
file:
netaddr = "*"