File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55//! You should only need to use this module directly if you want control over exactly what is
66//! checked and when it is checked (correct bech32 characters, valid checksum, valid checksum for
77//! specific checksum algorithm, etc). If you are parsing/validating modern (post BIP-350) bitcoin
8- //! segwit addresses consider using the higher crate level API.
8+ //! segwit addresses consider using the [` crate::segwit`] API.
99//!
1010//! If you do find yourself using this module directly then consider using the most general type
1111//! that serves your purposes, each type can be created by parsing an address string to `new`. You
Original file line number Diff line number Diff line change 77//! prepending HRP strings etc.
88//!
99//! In general, directly using these adaptors is not very ergonomic, and users are recommended to
10- //! instead use the higher crate level API.
10+ //! instead use the crate level API.
1111//!
1212//! # Examples
1313//!
You can’t perform that action at this time.
0 commit comments