iota-lib-rs-preview 0.1.6

A rust implementation of the IOTA API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
sudo: false
dist: trusty
language: rust

rust:
  - nightly
  - beta
  - stable

matrix:
  allow_failures:
    - rust: beta
    - rust: stable
  fast_finish: true

script:
  - cargo build --all --release
  - cargo test --verbose --all --release