Add an iterator for ipv6 network. (#49)

This is feature gated since i128 is not stable yet
This commit is contained in:
Igor Bykov
2017-07-08 22:28:00 +03:00
committed by Abhishek Chanda
parent fb8f735741
commit 99203160b9
4 changed files with 94 additions and 4 deletions

View File

@ -3,6 +3,7 @@
//! is still WIP.
#![cfg_attr(feature = "dev", feature(plugin))]
#![cfg_attr(feature = "dev", plugin(clippy))]
#![cfg_attr(feature = "ipv6-iterator", feature(i128_type))]
#![crate_type = "lib"]
use std::fmt;