djb2 0.1.0

Tiny non-cryptographic checksum algorithm by D. J. Bernstein (1991, u32 XOR variant)
Documentation
[dependencies]

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

[package]
authors = ["kpcyrd <git@rxv.cc>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std"]
description = "Tiny non-cryptographic checksum algorithm by D. J. Bernstein (1991, u32 XOR variant)"
edition = "2024"
keywords = ["no_std"]
license = "MIT-0"
name = "djb2"
readme = false
repository = "https://github.com/kpcyrd/djb2"
version = "0.1.0"