rust-bitcoin / rust-bech32

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

Add a returns section to the docs on segwit::decode #158

Closed tcharding closed 9 months ago

tcharding commented 9 months ago

We return a 3 element tuple but do not document what it is or the guarntees on the vector length. Do so.