blake2b-rs 0.1.5

Rust bindings for the official Blake2b C implementation
Documentation
language: rust
sudo: true
cache:
  cargo: true
  timeout: 1024

git:
  depth: 2
  submodules: false

env:
  global:
    - RUST_BACKTRACE=full

matrix:
  include:
    - rust: 1.33.0
      os: osx
    - rust: 1.33.0
      os: linux


script:
  - cargo test --all -v --release