# BitcoinCash's Bech32 Rust [![Docs.rs badge](https://docs.rs/bech32/badge.svg)](https://docs.rs/bitcoincash-bech32/) [![Continuous Integration](https://github.com/nappa85/bitcoincash-bech32/workflows/Continuous%20Integration/badge.svg)](https://github.com/nappa85/bitcoincash-bech32/actions?query=workflow%3A%22Continuous+Integration%22) Fork of Bitcoin's `bech32` crate to cover BitcoinCash's differences. # MSRV The minimum supported Rust version with the standard library is **1.29**. With nostd, we use the `alloc` dependency, so the MSRV is instead **1.36**.