Packages

Hash strings using the non-cryptographic hash Murmur3 in Gleam

Current section

Files

Jump to
mumu src mumu.app.src
Raw

src/mumu.app.src

{application, mumu, [
{vsn, "1.0.2"},
{applications, [gleam_stdlib,
gleeunit,
murmur]},
{description, "Hash strings using the non-cryptographic hash Murmur3 in Gleam"},
{modules, [mumu]},
{registered, []}
]}.