murmurs 1.0.2

A reliable and production-ready implementation of the Murmur3 hash function in Rust
Documentation
[[bin]]
name = "murmurs"
path = "src/main.rs"

[dev-dependencies]

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

[package]
authors = ["Owen Gombas"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A reliable and production-ready implementation of the Murmur3 hash function in Rust"
edition = "2024"
exclude = ["murmur3-binding", ".github", "tests", "target"]
homepage = "https://github.com/owengombas/murmurs"
keywords = ["murmur3", "murmur", "hash", "hashing", "ffi"]
license = "MIT"
name = "murmurs"
readme = "README.md"
repository = "https://github.com/owengombas/murmurs"
version = "1.0.2"