bech32 0.11.0

Encodes and decodes the Bech32 format and implements the bech32 and bech32m checksums
Documentation
// 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};