doc links
This commit is contained in:
parent
d0889fc900
commit
1b65c603bd
2 changed files with 7 additions and 1 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -138,7 +138,7 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|||
|
||||
[[package]]
|
||||
name = "pow_sha256"
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"bincode",
|
||||
"derive_builder",
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
</p>
|
||||
|
||||
[![Documentation](https://img.shields.io/badge/docs-master-blue)](https://mcaptcha.github.io/pow_sha256/pow_sha256/index.html)
|
||||
[![Documentation](https://img.shields.io/badge/docs-0.2.0-yellow)](https://mcaptcha.org/docs/api/pow-sha256)
|
||||
![CI (Linux)](<https://github.com/mCaptcha/pow_sha256/workflows/CI%20(Linux)/badge.svg>)
|
||||
[![dependency status](https://deps.rs/repo/github/mCaptcha/pow_sha256/status.svg)](https://deps.rs/repo/github/mCaptcha/pow_sha256)
|
||||
<br />
|
||||
|
@ -34,6 +35,11 @@ additions. Primary of these being:
|
|||
Other small changes have also been included of various importance but
|
||||
mostly just stylistic/ease of use improvements.
|
||||
|
||||
## Documentation
|
||||
|
||||
- [master-branch](https://mcaptcha.github.io/pow_sha256/pow_sha256/index.html)
|
||||
- [All published versions](https://mcaptcha.org/docs/api/pow-sha256)
|
||||
|
||||
## Examples
|
||||
|
||||
Prove work specifically targeting a phrase.
|
||||
|
|
Loading…
Reference in a new issue