Go to file
Henry de Valence 8bcfeae920 Add a basic test.
This ran into problems with Clone/Copy bounds -- it seems like the
derived impls require that the phantom type T also be Clone / Copy /
Debug for the type to be.  This commit does a hacky fix that makes it
work for now, but it should be cleaned up later.
2019-12-04 11:45:44 -08:00
src Add a basic test. 2019-12-04 11:45:44 -08:00
.gitignore cargo new --lib 2019-12-02 14:12:06 -08:00
Cargo.toml Add a basic test. 2019-12-04 11:45:44 -08:00
README.md Add docs command. 2019-12-02 22:38:15 -08:00

README.md

redjubjub-zebra

A minimal Redjubjub implementation for use in Zebra.

docs

cargo doc --features "nightly" --open