rust-bitcoin-unsafe-fast/internals/src
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
..
hex Remove `ToHex` 2023-01-07 19:50:03 +01:00
error.rs Introduce bitcoin-internals crate 2022-09-13 08:59:57 +10:00
lib.rs Move impl_array_newtype to bitcoin_internals 2022-10-20 06:14:59 +11:00
macros.rs Fix wrong newtype APIs 2022-12-23 01:28:17 +01:00