bitcoincash-bech32

Crates.iobitcoincash-bech32
lib.rsbitcoincash-bech32
version0.1.0
sourcesrc
created_at2022-01-12 17:58:16.588811
updated_at2022-01-12 17:58:16.588811
descriptionEncodes and decodes the BitcoinCash's Bech32 format
homepage
repositoryhttps://github.com/nappa85/bitcoincash-bech32
max_upload_size
id512922
size37,568
Marco Napetti (nappa85)

documentation

README

BitcoinCash's Bech32 Rust

Docs.rs badge Continuous Integration

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.

Commit count: 88

cargo fmt