21a1cc791c
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. |
||
---|---|---|
.. | ||
block.rs | ||
constants.rs | ||
mod.rs | ||
opcodes.rs | ||
script.rs | ||
transaction.rs | ||
witness.rs |