summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-06-14 16:38:00 +0000
committerSanto Cariotti <santo@dcariotti.me>2025-06-14 16:40:37 +0000
commitc470ba5f7b1a85bfd1cd96e5ec14d2f42a25ec55 (patch)
tree1a6adf9937b242650283496e24c01b42f8022777 /src/lib.rs
parenta7f8a76aae5335e744c743bec5e32696f0314623 (diff)
docs: add
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
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;