bsa3-hash 1.0.1

The hash function used in BSA files for *The Elder Scrolls III: Morrowind*.
Documentation
sudo: false
os:
  - linux
  - osx
  - windows
dist: xenial
language: rust
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: beta
    - rust: nightly
  fast_finish: true
install:
  - rustup component add clippy rustfmt
script:
  - cargo clippy --benches --tests
  - cargo test
  - cargo doc
  - cargo fmt --all -- --check