io: Improve crate docs heading

Use the same format as the other crates.
This commit is contained in:
Tobin C. Harding 2025-03-03 13:30:52 +11:00
parent c466554948
commit d4417f9666
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 // 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 //! 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 //! require reading and writing objects via standard traits is not generally possible. Thus, this