From d4417f96669585201b7a69f4418f259e0d7b4062 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Mon, 3 Mar 2025 13:30:52 +1100 Subject: [PATCH] io: Improve crate docs heading Use the same format as the other crates. --- io/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/src/lib.rs b/io/src/lib.rs index 3c020d0b4..0b7ee5093 100644 --- a/io/src/lib.rs +++ b/io/src/lib.rs @@ -1,6 +1,6 @@ // SPDX-License-Identifier: CC0-1.0 -//! Rust-Bitcoin I/O Library +//! # Rust Bitcoin I/O Library //! //! The [`std::io`] module is not exposed in `no-std` Rust so building `no-std` applications which //! require reading and writing objects via standard traits is not generally possible. Thus, this