rust-bitcoin-unsafe-fast/bitcoin
Tobin C. Harding a94af5c052 base58: Re-order code
Code is arguably easier to read if the most important stuff comes first.
In the old days, when writing C, we had to put definitions before they
were used but in Rust this is not the case

Re-order the `base58` file so that the public API functions are up the top
then other helper functions are defined _after_ they are called.

Refactor only, no logic changes.
2022-10-29 10:35:08 +11:00
..
contrib Merge rust-bitcoin/rust-bitcoin#999: examples: Add taproot PSBT example workflow 2022-10-25 16:47:18 +00:00
examples Promote rust-miniscript finalizer 2022-10-27 10:40:45 -04:00
src base58: Re-order code 2022-10-29 10:35:08 +11:00
tests Promote rust-miniscript finalizer 2022-10-27 10:40:45 -04:00
Cargo.toml Move test_data/* tests/data 2022-10-27 10:40:44 -04:00