Skip to content

tcharding/rust-bech32

This branch is 8 commits behind rust-bitcoin/rust-bech32:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3aab51d · Oct 18, 2024
Sep 30, 2024
Jul 31, 2024
Sep 22, 2023
Sep 30, 2024
Jun 28, 2023
Sep 30, 2024
Sep 22, 2024
Feb 28, 2023
Feb 23, 2024
Jul 5, 2024
Apr 3, 2023
Jul 31, 2024
Jul 5, 2024
Jul 31, 2024
Jul 18, 2024

Repository files navigation

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.56.1.

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.

About

Bech32 format encoding and decoding

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 98.4%
  • Shell 1.3%
  • Other 0.3%