hash_combine 0.3.7

Hash library with simple combine method.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["hanepjiv <hanepjiv@gmail.com>"]
description = "Hash library with simple combine method."
documentation = "https://docs.rs/hash_combine/"
edition = "2018"
include = ["Cargo.toml", "build.rs", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE-2.0", "LICENSE-MIT"]
keywords = ["hash"]
license = "MIT/Apache-2.0"
name = "hash_combine"
publish = true
readme = "README.md"
repository = "https://github.com/hanepjiv/hash_combine-rs.git"
version = "0.3.7"