# Bech32 Address Converter Library This is a Rust library for converting Bech32 addresses with different prefixes. ## Usage Import the library into your Rust project and use the `convert` function to convert Bech32 addresses. ## Tests Tests can be run using the `cargo test` command. ## License This project is licensed under either of - MIT license ([LICENSE-MIT](LICENSE) or http://opensource.org/licenses/MIT) - Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE) or http://www.apache.org/licenses/LICENSE-2.0)