rust-bitcoin / rust-bech32

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

Remove a few casts #194

Closed tcharding closed 1 month ago

tcharding commented 1 month ago

In an effort to be more readable use usize::from instead of a cast. There are a few casts left but this all the ones that can use From.

Refactor only, no logic changes.

Close #181

tcharding commented 1 month ago

Force push is rebase only, will still need another one once #192 merges.

tcharding commented 1 month ago

Rebase only, no code changes.