ipnetwork

Crates.ioipnetwork
lib.rsipnetwork
version0.21.1
created_at2015-04-24 07:20:40.441668+00
updated_at2025-01-07 18:56:45.25938+00
descriptionA library to work with IP CIDRs in Rust
homepage
repositoryhttps://github.com/achanda/ipnetwork
max_upload_size
id1930
size95,344
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: 402

cargo fmt