rust-bitcoin-unsafe-fast/bitcoin/src/blockdata
Andrew Poelstra 649bf023af
Merge rust-bitcoin/rust-bitcoin#1537: Export the DisplayHex trait from within prelude
70fe07f1ce Export the DisplayHex trait from within prelude (Tobin C. Harding)

Pull request description:

  We use `internals::hex::display::DisplayHex` in many places, we can improve ergonomics of the `internals` crate by re-exporting it from the `prelude` module.

ACKs for top commit:
  Kixunil:
    ACK 70fe07f1ce
  apoelstra:
    ACK 70fe07f1ce

Tree-SHA512: 96a89135cb0b829b7b5926a3b344f78e178b5b48e772a69da5133fab6d2e14e7b7bbaa56b7a417a5c1a64337546a1c7bac32307d3a1f27aa199ed61f590902bf
2023-01-16 15:21:33 +00:00
..
locktime Change `#[cfg(docsrs)]` to `#[cfg(doc)]` on `use` 2022-12-31 20:58:17 +01:00
block.rs Replace `Vec::from_hex` with `hex!` 2022-12-31 21:10:19 +01:00
constants.rs Remove `ToHex` 2023-01-07 19:50:03 +01:00
mod.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
opcodes.rs 1514: fix formatting in opcodes, unify definition and display 2023-01-05 14:28:20 +05:30
script.rs Merge rust-bitcoin/rust-bitcoin#1537: Export the DisplayHex trait from within prelude 2023-01-16 15:21:33 +00:00
transaction.rs Replace `Vec::from_hex` with `hex!` 2022-12-31 21:10:19 +01:00
witness.rs Export the DisplayHex trait from within prelude 2023-01-10 09:56:41 +11:00