rust-bitcoin-unsafe-fast/src/blockdata
Tobin C. Harding 21a1cc791c Use pub(crate) for macros instead of macro_use
For internal macros used only in this crate we do not need to use
`macro_use` and pollute the top level namespace now that we have edition
2018. We can add a `pub(crate) use` statement to each and then path
imports work for the macros like normal types.
2022-07-20 11:25:54 +10:00
..
block.rs Use pub(crate) for macros instead of macro_use 2022-07-20 11:25:54 +10:00
constants.rs Use pub(crate) for macros instead of macro_use 2022-07-20 11:25:54 +10:00
mod.rs Introduce SPDX license identifiers 2022-06-29 14:12:02 +10:00
opcodes.rs Use pub(crate) for macros instead of macro_use 2022-07-20 11:25:54 +10:00
script.rs Use pub(crate) for macros instead of macro_use 2022-07-20 11:25:54 +10:00
transaction.rs Use pub(crate) for macros instead of macro_use 2022-07-20 11:25:54 +10:00
witness.rs Remove extern crate bitcoin_hashes 2022-07-20 11:23:59 +10:00