extendhash 0.2.2

Rust Hash Extender
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "extendhash"
version = "0.2.2" # remember to update in lib.rs
authors = ["printfn <printfn@users.noreply.github.com>"]
edition = "2018"
description = "Rust Hash Extender"
license = "MIT OR Apache-2.0"
repository = "https://github.com/printfn/extendhash"
readme = "README.md"
keywords = ["hash", "md5"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]