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.