2 releases
0.1.1 | May 4, 2019 |
---|---|
0.1.0 | May 4, 2019 |
#12 in #multi-hash
Used in 19 crates
(4 directly)
15KB
302 lines
Central repository for work on susyp2p
This repository is the central place for Rust development of the susyp2p spec.
Warning: While we are trying our best to be compatible with other susyp2p implementations, we cannot guarantee that this is the case considering the lack of a precise susyp2p specifications.
Documentation
How to use the library?
- Main documentation: https://docs.rs/susyp2p
Where to ask questions?
- In the Rust section of https://discuss.susyp2p.io.
- In the #susyp2p IRC channel on freenode.
- By opening an issue in this repository.
Notable users
(open a pull request if you want your project to be added here)
lib.rs
:
Multihash
Implementation of multihash in Rust.
A Multihash
is a structure that contains a hashing algorithm, plus some hashed data.
A MultihashRef
is the same as a Multihash
, except that it doesn't own its data.
Dependencies
~2.5MB
~28K SLoC