bitcoin 0.18.2

General purpose library for using and interoperating with Bitcoin and other cryptocurrencies.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: rust
before_install:
  - sudo apt-get -qq update
  - sudo apt-get install -y binutils-dev libunwind8-dev

matrix:
  include:
    - rust: stable
      env: DO_FUZZ=true
    - rust: beta
    - rust: nightly
      env: DO_BENCH=true
    - rust: 1.22.0

script:
  - ./contrib/test.sh