ipnetwork 0.5.0

A library to work with IP CIDRs in Rust, heavily WIP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "ipnetwork"
version = "0.5.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.37", optional = true}

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