[go: up one dir, main page]

ip 1.1.1

Provides the IpAddr enum, which can represent either an IPv4 or an IPv6 address. Do not use this crate! As of Rust 1.7.0, the `std::net::IpAddr` is stabilized - and should be preferred.
Documentation
language: rust
sudo: false
os:
- linux
- osx
rust:
- nightly
- beta
- stable
script:
- cargo test
- cargo doc --no-deps -p ip
branches:
  only:
    master
install:
- pip install ghp-import --user $USER
after_success: |
  [ $TRAVIS_PULL_REQUEST == "false" ] &&
  [ $TRAVIS_RUST_VERSION == "stable" ] &&
  [ $TRAVIS_OS_NAME == "linux" ] &&
  bash ./publish-docs.sh