bitcoin-bech32 0.9.0

Encodes and decodes Bitcoin Segregated Witness addresses in Bech32
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "bitcoin-bech32"
version = "0.9.0"
authors = ["Clark Moody"]
repository = "https://github.com/rust-bitcoin/rust-bech32-bitcoin"
description = "Encodes and decodes Bitcoin Segregated Witness addresses in Bech32"
readme = "README.md"
keywords = ["bitcoin", "base32", "bech32", "encoding"]
categories = ["encoding"]
license = "MIT"

[dependencies]
bech32 = "0.6"