Crates.io | bech32-no_std |
lib.rs | bech32-no_std |
version | 0.7.3 |
source | src |
created_at | 2020-10-12 14:13:15.361177 |
updated_at | 2020-10-12 14:13:15.361177 |
description | Encodes and decodes the Bech32 format |
homepage | |
repository | https://github.com/rust-bitcoin/rust-bech32 |
max_upload_size | |
id | 298753 |
size | 30,897 |
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.