rust-bitcoin-unsafe-fast/bitcoin/src/blockdata
Tobin C. Harding a189942c64
Use doc_auto_cfg
If we use `#![cfg_attr(docsrs, feature(doc_auto_cfg))]` instead of
`#![cfg_attr(docsrs, feature(doc_cfg))]` we no longer need to manually
mark types with `#[cfg_attr(docsrs, doc(cfg(feature = "std")))]`.

Sweeeeeet.
2023-03-29 14:50:33 +11:00
..
locktime Use doc_auto_cfg 2023-03-29 14:50:33 +11:00
script Use doc_auto_cfg 2023-03-29 14:50:33 +11:00
block.rs Use doc_auto_cfg 2023-03-29 14:50:33 +11:00
constants.rs Add `ChainHash::from_genesis_block_hash` 2023-03-26 10:42:22 +02:00
fee_rate.rs blockdata: Run the formatter 2023-03-21 08:33:24 +11:00
mod.rs blockdata: Run the formatter 2023-03-21 08:33:24 +11:00
opcodes.rs Use doc_auto_cfg 2023-03-29 14:50:33 +11:00
transaction.rs Use doc_auto_cfg 2023-03-29 14:50:33 +11:00
weight.rs Add kilo weight unit conversion 2023-03-22 20:05:07 +01:00
witness.rs Use shorter import statements 2023-03-22 14:09:58 +11:00