joaat 0.1.0

Jenkins one-at-a-time hash for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[features]
default = ["std"]
std = []

[lib]
name = "joaat"
path = "lib.rs"

[package]
authors = ["Pocakking"]
description = "Jenkins one-at-a-time hash for Rust"
edition = "2018"
license = "MIT"
name = "joaat"
readme = "README.md"
repository = "https://github.com/Pocakking/joaat-rs/"
version = "0.1.0"