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

@ -17,3 +17,4 @@ clippy = {version = "0.0.104", optional = true}
default = []
dev = ["clippy"]
ipv6-iterator = []
ipv6-methods = []