rust-argon2 2.1.0

Rust implementation of the Argon2 password hashing function.
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly
script:
  - cargo build --verbose
  - cargo test --verbose
  - cargo build --release --verbose
  - cargo test --release --test integration_test --verbose -- --test-threads=2