mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-19 10:06:44 +00:00
Add a network method for Ipv6Network
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
#![cfg_attr(feature = "dev", feature(plugin))]
|
||||
#![cfg_attr(feature = "dev", plugin(clippy))]
|
||||
#![cfg_attr(feature = "ipv6-iterator", feature(i128_type))]
|
||||
#![cfg_attr(feature = "ipv6-methods", feature(i128_type))]
|
||||
#![crate_type = "lib"]
|
||||
|
||||
use std::fmt;
|
||||
|
Reference in New Issue
Block a user