ipnetwork 0.3.0

A library to work with IP CIDRs in Rust, heavily WIP
Documentation
[package]
name = "ipnetwork"
version = "0.3.0"
authors = ["Abhishek Chanda <abhishe.becsk@gmail.com>"]
description = "A library to work with IP CIDRs in Rust, heavily WIP"
license = "Apache-2.0"
repository = "https://github.com/achanda/ipnetwork"

[dependencies]
clippy = {version = "0.0.21", optional = true}
ip = "1.0.0"

[features]
default = []
dev = ["clippy"]