ipnetwork 0.15.1

A library to work with IP CIDRs in Rust, heavily WIP
Documentation
[[bench]]
harness = false
name = "parse_bench"
[badges.travis-ci]
repository = "achanda/ipnetwork"
[dependencies.clippy]
optional = true
version = "0.0.302"

[dependencies.serde]
version = ">=0.8.0, <2.0"
[dev-dependencies.criterion]
version = "0.3.0"

[dev-dependencies.serde_derive]
version = ">=0.8.0, <2.0"

[dev-dependencies.serde_json]
version = "1.0"

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

[package]
authors = ["Abhishek Chanda <abhishek.becs@gmail.com>", "Linus Färnstrand <faern@faern.net>"]
categories = ["network-programming", "os"]
description = "A library to work with IP CIDRs in Rust, heavily WIP"
documentation = "https://docs.rs/ipnetwork/"
edition = "2018"
keywords = ["network", "ip", "address"]
license = "Apache-2.0"
name = "ipnetwork"
readme = "README.md"
repository = "https://github.com/achanda/ipnetwork"
version = "0.15.1"