rust-bitcoin-unsafe-fast/internals/src/hex
Martin Habovstiak 1b0988833a Remove `ToHex`
The `ToHex` trait was replaced by either simple `Display`/`LowerHex`
where appropriate or `DisplayHex` from `bitcoin_internals` which is
faster.

This change replaces the usages and removes the trait.
2023-01-07 19:50:03 +01:00
..
buf_encoder.rs Use hex from internals rather than hashes 2022-12-22 10:44:27 +01:00
display.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
mod.rs internals: Run formatter 2022-09-20 14:24:47 +10:00