num-bigint-dig 0.4.0

Big integer implementation for Rust
Documentation
language: rust
rust:
  - 1.31.1
  - stable
  - beta
  - nightly
sudo: false
script:
  - cargo build --verbose
  - ./ci/test_full.sh
notifications:
  email:
    on_success: never
branches:
  only:
    - master
    - next
    - staging
    - trying