bsa3-hash 3.0.0

The hash function used in BSA files for *The Elder Scrolls III: Morrowind*.
Documentation
[[bench]]
harness = false
name = "all"

[dev-dependencies.criterion]
version = "^0.3.0"

[package]
authors = ["FaultyRAM <explodingpsu@gmail.com>"]
categories = ["algorithms", "no-std"]
description = "The hash function used in BSA files for *The Elder Scrolls III: Morrowind*."
edition = "2021"
keywords = ["BSA", "Morrowind", "hash"]
license = "Apache-2.0 OR MIT"
name = "bsa3-hash"
readme = "README.md"
repository = "https://github.com/FaultyRAM/bsa3-hash"
resolver = "2"
version = "3.0.0"

[profile.release]
codegen-units = 1
lto = true