rust-bitcoin-unsafe-fast/src/blockdata
Tobin C. Harding 0a19710906 Use vec! macro instead of new followed by push
No need to manually create a vector and push each element, just use the
`vec![]` macro.
2022-04-26 11:32:34 +10:00
..
block.rs Remove get_ prefix 2022-03-19 08:28:30 +11:00
constants.rs Use qualified path instead of alias 2022-04-21 12:50:22 +10:00
mod.rs Introduce Witness struct mainly to improve ser/de performance while keeping most usability. 2021-12-28 09:56:38 +01:00
opcodes.rs Merge rust-bitcoin/rust-bitcoin#877: Improve ClassifyContext rustdocs 2022-03-20 20:40:32 +02:00
script.rs Add Script conversion method p2wpkh_script_code 2022-04-18 10:32:05 +10:00
transaction.rs Use vec! macro instead of new followed by push 2022-04-26 11:32:34 +10:00
witness.rs Use less vertical lines 2022-03-14 13:52:13 +11:00