stainless 0.1.12

Organized, flexible testing framework.
1
2
3
4
5
6
7
8
9
10
language: rust
rust: nightly
cache: cargo
os:
  - linux
  - osx
script:
  - cargo build
  - cargo test
  - cargo bench