hash32 0.2.1

32-bit hashing machinery
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
authors = ["Jorge Aparicio <jorge@japaric.io>"]
categories = ["no-std"]
description = "32-bit hashing machinery"
keywords = ["32-bit", "hash", "fnv", "murmur3"]
license = "MIT OR Apache-2.0"
name = "hash32"
repository = "https://github.com/japaric/hash32"
version = "0.2.1"

[dependencies.byteorder]
default-features = false
version = "1.2.2"

[dev-dependencies]
hash32-derive = { path = "macros", version = "0.1.0" }