multihash 0.4.2

Implementation of the multihash format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "multihash"
description = "Implementation of the multihash format"
homepage = "https://github.com/multiformats/rust-multihash"

keywords = ["multihash", "ipfs"]

version = "0.4.2"

authors = ["dignifiedquire <dignifiedquire@gmail.com>"]

license = "MIT"

readme = "README.md"

[dependencies]
ring = "~0.6.2"