Abhishek Chanda f3ac9ba3fe Merge pull request #113 from achanda/bench-netmask
Add a benchmark for parsing IPv4 netmask
2020-01-05 11:20:31 +00:00
2019-10-12 16:17:29 +01:00
2019-12-21 16:19:20 +01:00
2019-12-11 12:51:39 +01:00
2018-04-16 19:22:54 -05:00
2019-12-11 12:51:39 +01:00
2019-12-11 12:51:39 +01:00
2015-04-24 14:59:56 -07:00
2016-12-21 17:56:17 +00:00

ipnetwork

This is a library to work with IPv4 and v6 CIDRs in rust The IPv4 implementation is stable, IPv6 implementation is not done yet.

Build Status Merit Badge

Run Clippy by doing

cargo test --features "dev"

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 = "*"
Description
No description provided
Readme 592 KiB
Languages
Rust 100%