bech32-no_std 0.7.3

Encodes and decodes the Bech32 format
Documentation
  • Coverage
  • 100%
    35 out of 35 items documented2 out of 25 items with examples
  • Size
  • Source code size: 30.52 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.02 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • rust-bitcoin/rust-bech32
    97 64 5
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • gregdhill

Bech32 Rust

Docs.rs badge Build Status

Rust implementation of the Bech32 encoding format described in BIP-0173. You can find some usage examples in the documentation.

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