yafnv 3.0.0

Yet Another Fowler-Noll-Vo (FNV-1, FNV-1a) hash implementation for `u32/u64/u128` size, all `no_std` and`no_alloc`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.num-traits]
default-features = false
version = "0.2.18"

[features]
std = []

[package]
description = "Yet Another Fowler-Noll-Vo (FNV-1, FNV-1a) hash implementation for `u32/u64/u128` size, all `no_std` and`no_alloc`"
documentation = "https://docs.rs/yafnv/latest/yafnv/"
edition = "2021"
homepage = "https://github.com/quartiq/yafnv"
license = "MIT OR Apache-2.0"
name = "yafnv"
repository = "https://github.com/quartiq/yafnv"
version = "3.0.0"