From c466554948734be20559fb3b31bc1d9200f8598a Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Mon, 3 Mar 2025 13:29:19 +1100 Subject: [PATCH] hashes: Improve crate docs heading Use same for as the other crates and emphasise that this is a Bitcoin hashes crate. --- hashes/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashes/src/lib.rs b/hashes/src/lib.rs index 2b8d5924c..06cfbcda3 100644 --- a/hashes/src/lib.rs +++ b/hashes/src/lib.rs @@ -1,6 +1,6 @@ // SPDX-License-Identifier: CC0-1.0 -//! Rust hashes library. +//! # Rust Bitcoin Hashes Library //! //! This library implements the hash functions needed by Bitcoin. As an ancillary thing, it exposes //! hexadecimal serialization and deserialization, since these are needed to display hashes.