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

@ -6,12 +6,18 @@ rust:
env:
global:
- secure: gokQ7xIWwmAuEUW3IyS5B/pbZxdFSSDBto5beJ+4ACGcRMDqJ/eCPf1ekSVXME4TWM46uUCjxcdUjYhIhQ6sG4zfWck4u45qRJ5JbIoTvR+ykxhN1j3Zi5x9ptP3ALDbHn2i3v6t9xohORfQpz3dVND5c7thbYDyKP2ZR1sez5c=
- FEATURES: default
matrix:
include:
- rust: nightly
env: FEATURES=ipv6-iterator
script:
- cargo build --verbose
- cargo test --verbose
- cargo build --release --verbose
- cargo doc --verbose
- cargo build --features $FEATURES --verbose
- cargo test --features $FEATURES --verbose
- cargo build --features $FEATURES --release --verbose
- cargo doc --features $FEATURES --verbose
after_script:
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh