ipaddress 0.1.1

an library to handle ipv4 and ipv6 numbers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ipaddress"
description = "an library to handle ipv4 and ipv6 numbers"
repository = "https://github.com/mabels/ipaddress"
readme = "../README.md"
keywords = ["ip","network"]
license = "MIT"
version = "0.1.1"
authors = ["Meno Abels <meno.abels@adviser.com>"]

[dependencies]
num = "0.1.32"
num-traits = "0.1.32"
num-integer = "0.1.32"
regex = "0.1.71"