blech32

Crates.ioblech32
lib.rsblech32
version0.8.1
sourcesrc
created_at2022-03-25 13:12:35.966427
updated_at2022-03-25 13:12:35.966427
descriptionEncodes and decodes the Blech32 format
homepage
repositoryhttps://github.com/nappa85/rust-blech32
max_upload_size
id556224
size33,236
Marco Napetti (nappa85)

documentation

README

Blech32 Rust

Docs.rs badge Continuous Integration

Fork of Bitcoin's bech32 crate to cover Blech32'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: 2

cargo fmt