iprange 0.1.0

A library to manage IP ranges
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "iprange"
version = "0.1.0"
authors = ["Yilin Chen <sticnarf@gmail.com>"]
description = "A library to manage IP ranges"
repository = "https://github.com/sticnarf/iprange-rs"
license = "MIT"

[dependencies]
byteorder = "1.1.0"