Crates.io | bitcoincash-bech32 |
lib.rs | bitcoincash-bech32 |
version | 0.1.0 |
source | src |
created_at | 2022-01-12 17:58:16.588811 |
updated_at | 2022-01-12 17:58:16.588811 |
description | Encodes and decodes the BitcoinCash's Bech32 format |
homepage | |
repository | https://github.com/nappa85/bitcoincash-bech32 |
max_upload_size | |
id | 512922 |
size | 37,568 |
Fork of Bitcoin's bech32
crate to cover BitcoinCash'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.