#cryptocurrency #base32 #bitcoin #encoding #codec

no-std bech32

Encodes and decodes the Bech32 format and implements the bech32 and bech32m checksums

22 releases

0.11.0 Feb 23, 2024
0.10.0-beta2 Jan 16, 2024
0.10.0-beta Oct 9, 2023
0.9.1 Aug 12, 2022
0.2.1 May 17, 2017

#1452 in Magic Beans

Download history 92031/week @ 2024-01-03 107012/week @ 2024-01-10 124866/week @ 2024-01-17 117741/week @ 2024-01-24 147180/week @ 2024-01-31 135756/week @ 2024-02-07 135738/week @ 2024-02-14 125501/week @ 2024-02-21 120668/week @ 2024-02-28 130941/week @ 2024-03-06 129850/week @ 2024-03-13 137340/week @ 2024-03-20 124399/week @ 2024-03-27 125934/week @ 2024-04-03 128560/week @ 2024-04-10 109487/week @ 2024-04-17

513,224 downloads per month
Used in 1,429 crates (172 directly)

MIT license

180KB
3K SLoC

Rust Bech32

Docs.rs badge Continuous Integration

Rust implementation of the Bech32 encoding format described in BIP-0173 and Bech32m encoding format described in BIP-0350.

You can find some usage examples in the documentation.

Bitcoin-specific address encoding is handled by the bitcoin-bech32 crate.

MSRV

This library should always compile with any combination of features on Rust 1.48.0.

Githooks

To assist devs in catching errors before running CI we provide some githooks. If you do not already have locally configured githooks you can use the ones in this repository by running, in the root directory of the repository:

git config --local core.hooksPath githooks/

Alternatively add symlinks in your .git/hooks directory to any of the githooks we provide.

Benchmarks

We use a custom Rust compiler configuration conditional to guard the benchmark code. To run the benchmarks use: RUSTFLAGS='--cfg=bench' cargo +nightly bench.

API changes

All PRs that change the public API of rust-bech32 must include a patch to the api/ text files. For PRs that include API changes, add a separate patch to the PR that is the diff created by running contrib/check-for-api-changes.sh.

No runtime deps

Features