[go: up one dir, main page]

md5 0.3.4

The package provides the MD5 hash function.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: rust
sudo: false

rust:
  - stable
  - beta
  - nightly

script:
  - cargo build --verbose
  - cargo test --verbose
  - if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then
      cargo bench --verbose;
    fi

notifications:
  email: false