rust-bitcoin-unsafe-fast/units/src
Tobin C. Harding b843f1356d
units: Access with getters instead of inner field
The `block` module does not follow the `encapsulate` pattern but we can
still use the getters instead of accessing the inner field directly.

Refactor, no logic change.
2025-06-10 06:38:08 +10:00
..
amount Change the internal representation of FeeRate 2025-05-31 07:52:31 +01:00
fee_rate Improve rustdocs on FeeRate 2025-05-31 07:52:34 +01:00
locktime 2025-06-08 automated rustfmt nightly 2025-06-08 01:44:53 +00:00
block.rs units: Access with getters instead of inner field 2025-06-10 06:38:08 +10:00
fee.rs units: Add must_use to checked arithmetic functions 2025-06-09 00:09:46 +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 Saturate to_fee to Amount::MAX 2025-05-31 07:52:00 +01: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