ipnetwork

Crates.ioipnetwork
lib.rsipnetwork
version0.20.0
sourcesrc
created_at2015-04-24 07:20:40.441668
updated_at2022-07-01 03:01:31.656014
descriptionA library to work with IP CIDRs in Rust
homepage
repositoryhttps://github.com/achanda/ipnetwork
max_upload_size
id1930
size80,335
Abhishek Chanda (achanda)

documentation

README

ipnetwork

This is a library to work with IPv4 and IPv6 CIDRs in Rust

Build Status Merit Badge

Run Clippy by doing

rustup component add clippy
cargo clippy

Installation

This crate works with Cargo. Assuming you have Rust and Cargo installed, simply check out the source and run tests:

git clone https://github.com/achanda/ipnetwork
cd ipnetwork
cargo test

You can also add ipnetwork as a dependency to your project's Cargo.toml:

[dependencies]
ipnetwork = "*"
Commit count: 365

cargo fmt