Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 523 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 523 Bytes

Bech32 Rust

Docs.rs badge Build Status

Rust implementation of the Bech32 encoding format described in BIP-0173. You can find some usage examples in the documentation.

Bitcoin-specific address encoding is handled by the bitcoin-bech32 crate.