-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ea97465 Remove backticks for bip names (Tobin C. Harding) 8dec93d Drop docs usage of "higher" (Tobin C. Harding) 6280935 Update "crate level API" docs (Tobin C. Harding) 521d963 Fix incorrect HRP docs (Tobin C. Harding) 9f7c21a Fix links (Tobin C. Harding) d432a4f Fix rendered module docs (Tobin C. Harding) Pull request description: Do a bunch of rustdocs fixes. ACKs for top commit: clarkmoody: ACK ea97465 apoelstra: ACK ea97465 Tree-SHA512: 59505d57f5bfe12364e3fef1daaf5d45e6b4a317b1d64d2173283a5563326a919fdc5faa4d0de0b199339b00b528b1a358c43347b8bdd0effb303d5e186de222
- Loading branch information
Showing
7 changed files
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
// SPDX-License-Identifier: MIT | ||
|
||
//! Re-exports the hrp types from [`primitives::hrp`] to make importing ergonomic for the top level APIs. | ||
//! | ||
//! [`primitives::hrp`]: crate::primitives::hrp | ||
#[doc(inline)] | ||
pub use crate::primitives::hrp::{Hrp, BC, BCRT, TB}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters