io: Improve crate docs heading
Use the same format as the other crates.
This commit is contained in:
parent
c466554948
commit
d4417f9666
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue