oshash 0.2.1

An implementation of https://pypi.org/project/oshash/ in Rust
Documentation
[dependencies]

[lib]
name = "oshash"
path = "src/lib.rs"

[package]
authors = ["Steven Carter <steven.w.carter@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms"]
description = "An implementation of https://pypi.org/project/oshash/ in Rust"
edition = "2021"
exclude = [".github"]
homepage = "https://github.com/stevenwcarter/oshash-rs"
keywords = ["hashing"]
license = "GPL-3.0-or-later"
name = "oshash"
readme = "README.md"
repository = "https://github.com/stevenwcarter/oshash-rs"
version = "0.2.1"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"