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:
parent
6f4eb60936
commit
c466554948
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue