rust-bitcoin-unsafe-fast/units/src
Jamil Lambert, PhD 68aac98753
Mark functions `const`
Mark `checked_` functions const.
Replace `map()` and `?` operators, which are not allowed in const
context, with match statements.
2024-11-15 15:58:52 +00:00
..
amount Remove Amount::fmt_value_in 2024-11-13 19:49:26 -06:00
locktime Standardize wording to `constructs a new` 2024-11-05 13:02:26 +00:00
block.rs Standardize wording to `constructs a new` 2024-11-05 13:02:26 +00:00
fee_rate.rs Mark functions `const` 2024-11-15 15:58:52 +00:00
lib.rs Merge rust-bitcoin/rust-bitcoin#3539: Improve the `amount` module 2024-11-04 23:32:41 +00:00
parse.rs Standardize wording to `constructs a new` 2024-11-05 13:02:26 +00:00
weight.rs Merge rust-bitcoin/rust-bitcoin#3606: Deprecate function 2024-11-14 18:21:20 +00:00