From c470ba5f7b1a85bfd1cd96e5ec14d2f42a25ec55 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sat, 14 Jun 2025 18:38:00 +0200 Subject: docs: add --- src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 49f1349..58e328b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,2 +1,5 @@ +//! This library provides modular components to build and verify binary Merkle trees +//! with pluggable hash functions. + pub mod hasher; pub mod merkle; -- cgit v1.2.3-71-g8e6c