Add docs command.
This commit is contained in:
parent
eaaad6a0b8
commit
1a9569dca2
|
@ -2,5 +2,11 @@
|
||||||
|
|
||||||
A minimal [Redjubjub][redjubjub] implementation for use in [Zebra][zebra].
|
A minimal [Redjubjub][redjubjub] implementation for use in [Zebra][zebra].
|
||||||
|
|
||||||
|
## docs
|
||||||
|
|
||||||
|
```
|
||||||
|
cargo doc --features "nightly" --open
|
||||||
|
```
|
||||||
|
|
||||||
[redjubjub]: https://zips.z.cash/protocol/protocol.pdf#concretereddsa
|
[redjubjub]: https://zips.z.cash/protocol/protocol.pdf#concretereddsa
|
||||||
[zebra]: https://github.com/ZcashFoundation/zebra
|
[zebra]: https://github.com/ZcashFoundation/zebra
|
||||||
|
|
Loading…
Reference in New Issue