Merge pull request #116 from achanda/cleanup

Cleanup comment on IPv6 implementation
This commit is contained in:
Abhishek Chanda
2020-01-08 10:35:57 +00:00
committed by GitHub

View File

@ -1,6 +1,5 @@
//! The `ipnetwork` crate provides a set of APIs to work with IP CIDRs in
//! Rust. Implementation for IPv4 is more or less stable, IPv6 implementation
//! is still WIP.
//! Rust.
#![cfg_attr(feature = "dev", feature(plugin))]
#![cfg_attr(feature = "dev", plugin(clippy))]
#![crate_type = "lib"]