mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-15 08:36:34 +00:00
2dff6a0863bd2f72a3608dde12ef47cff88fbb8a
![dependabot-preview[bot]](/assets/img/avatar_default.png)
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Release notes](https://github.com/bheisler/criterion.rs/releases) - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.2.9...0.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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.
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
Languages
Rust
100%