rust-bitcoin / rust-bech32

Bech32 format encoding and decoding
MIT License
93 stars 49 forks source link

hrp: add constructor from an arbitrary T: Display #196

Closed apoelstra closed 4 weeks ago

apoelstra commented 1 month ago

Fixes #195

apoelstra commented 1 month ago

Should be good now.

apoelstra commented 1 month ago

I think we may want to backport this to 0.11, since when we release 0.12, rust-bitcoin 0.32 won't be able to use it (thanks to https://github.com/rust-bitcoin/rust-bitcoin/issues/3043).

Same with https://github.com/rust-bitcoin/rust-bech32/issues/197, so let's wait until that's done as well.