Add a network method for Ipv6Network

This commit is contained in:
Abhishek Chanda
2017-07-11 21:01:41 +01:00
parent 99203160b9
commit 1171e5ae94
3 changed files with 29 additions and 0 deletions

View File

@ -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;