Crates.io | blech32 |
lib.rs | blech32 |
version | 0.8.1 |
source | src |
created_at | 2022-03-25 13:12:35.966427 |
updated_at | 2022-03-25 13:12:35.966427 |
description | Encodes and decodes the Blech32 format |
homepage | |
repository | https://github.com/nappa85/rust-blech32 |
max_upload_size | |
id | 556224 |
size | 33,236 |
Fork of Bitcoin's bech32
crate to cover Blech32's differences.
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.