rust-bitcoin / rust-bech32-bitcoin

Encoding and decoding Segregated Witness addresses in Bech32 format
16 stars 25 forks source link

Support no_std #37

Closed nathanwhit closed 1 year ago

nathanwhit commented 2 years ago

Adds a feature std, enabled by default, which enables using the standard library. In no_std the only functionality we lose is the Error trait impl.

atodorov commented 1 year ago

@clarkmoody ping. Can we get a review on this one?