ipnetwork 0.9.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.9.0"
authors = ["Abhishek Chanda <abhishek.becs@gmail.com>", "Linus Färnstrand <faern@faern.net>"]
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"]