djb33 0.3.0

DJB33 hash algorithm write in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[[example]]
name = "djb33-example"
path = "examples/main.rs"

[package]
authors = ["Xiongfei Shi <jenson.shixf@gmail.com>"]
description = "DJB33 hash algorithm write in Rust."
homepage = "https://github.com/jenson-shi/djb33-rs"
keywords = ["djb33", "hash", "checksum"]
license = "MIT"
name = "djb33"
readme = "README.md"
repository = "https://github.com/jenson-shi/djb33-rs.git"
version = "0.3.0"