hashes: Improve crate docs heading

Use same for as the other crates and emphasise that this is a Bitcoin
hashes crate.
This commit is contained in:
Tobin C. Harding 2025-03-03 13:29:19 +11:00
parent 6f4eb60936
commit c466554948
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

@ -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.