rust-bitcoin-unsafe-fast/units/src
merge-script 6c228a3626
Merge rust-bitcoin/rust-bitcoin#4507: units: Move code out of wrapper macro
2a3e606d89 units: Move some things out of impl_u32_macro (Tobin C. Harding)

Pull request description:

  Recently we added a private `impl_u32_macro`. It included a bunch of associated consts and a pair of u32 constructor/getter functions.

  We overlooked the fact that the macro produces incorrect docs.

  Move the offending code out of the macro and into the already existent impl block for each type.

  Docs only, no other logic change.

ACKs for top commit:
  apoelstra:
    ACK 2a3e606d89d25ce54ff91b38b0aa29f7f733b9d9; successfully ran local tests

Tree-SHA512: ad4bdbb35bc674e9664e293841e14dc2374c8baddf3e795edb666c75860f02728e939ef5a93ede6f4c951e92c5dd5368d6a6b9662cf6d5b268f73ab5ac97e2cc
2025-05-28 15:24:55 +00:00
..
amount Move CheckedSum trait to crate root 2025-05-26 19:01:42 -05:00
fee_rate Make fee_rate test identifiers uniform 2025-05-24 11:37:19 +10:00
locktime 2025-05-25 automated rustfmt nightly 2025-05-25 01:42:57 +00:00
block.rs units: Move some things out of impl_u32_macro 2025-05-27 08:36:18 +01:00
fee.rs units: re-order ceil/floor functions 2025-05-22 10:50:34 +10:00
internal_macros.rs Create impl_mul_assign and impl_div_assign macros 2025-04-22 22:50:09 -05:00
lib.rs Implement CheckedSum for Weight iterator 2025-05-26 19:01:56 -05:00
parse.rs Use parameters instead of arguments in rustdocs 2025-04-22 10:43:13 +01:00
result.rs Merge rust-bitcoin/rust-bitcoin#4532: units: Kill mutants found in weekly mutation testing 2025-05-21 15:23:44 +00:00
time.rs units: Manually implement serde traits 2025-05-14 14:31:39 +10:00
weight.rs Implement CheckedSum for Weight iterator 2025-05-26 19:01:56 -05:00