3 releases
Uses old Rust 2015
| 0.1.2 | Jan 10, 2015 |
|---|---|
| 0.1.1 | Dec 26, 2014 |
| 0.1.0 | Dec 23, 2014 |
#115 in #net
35KB
897 lines
rust-netaddr
Just an attempt to port ipaddress Python's package to Rust.
Documentation
Usage with cargo
Just add the following lines to your in the dependencies section of your Cargo.toml file:
netaddr = "*"
Dependencies
~325KB