iprange 0.2.2

A library to manage IP ranges
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "iprange"
version = "0.2.2"
authors = ["Yilin Chen <sticnarf@gmail.com>"]
description = "A library to manage IP ranges"
repository = "https://github.com/sticnarf/iprange-rs"
readme = "README.md"
documentation = "https://docs.rs/iprange/"
license = "MIT"

[badges]
travis-ci = { repository = "sticnarf/iprange-rs" }

[dependencies]
byteorder = "1.1.0"