rust-bitcoin / rust-bech32

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

Fix feature gating #176

Closed tcharding closed 7 months ago

tcharding commented 7 months ago

We have feature gate issues in docs and with an unused error type.

I don't have a good way of including links that are feature build specific in rustdocs so I just used plain old back ticks.

apoelstra commented 7 months ago

Gonna go ahead and merge this. I'm not thrilled about the backtick thing but I don't know of any other solution.

tcharding commented 7 months ago

Yeah, encode and decode are literally the most important functions, not linking to them sucks.