num-integer 0.1.38

Integer traits and functions
Documentation
language: rust
rust:
  - 1.8.0
  - 1.15.0
  - 1.20.0
  - stable
  - beta
  - nightly
sudo: false
script:
  - cargo build --verbose
  - ./ci/test_full.sh
notifications:
  email:
    on_success: never
branches:
  only:
    - master
    - next
    - staging
    - trying