Add readme to docs and clippy rules

This commit is contained in:
Remco Bloemen 2022-03-10 13:25:24 -08:00
parent 24c1df8fac
commit 2ea195ff64
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
#![doc = include_str!("../Readme.md")]
#![warn(clippy::all, clippy::pedantic, clippy::cargo, clippy::nursery)]
pub mod hash;
pub mod identity;
pub mod merkle_tree;