rust-bitcoin-unsafe-fast/units/src
Tobin C. Harding d6881ff5f8
units: Enable differentiating div-by-zero
Division by zero is a different error class that overflow. Add a
`MathOp` enum that enables one to check the error class.
2025-04-08 09:04:30 +10:00
..
amount units: Enable differentiating div-by-zero 2025-04-08 09:04:30 +10:00
fee_rate Merge rust-bitcoin/rust-bitcoin#4292: chore: fix grammatical errors 2025-03-30 15:19:49 +00:00
locktime chore: remove needless question mark 2025-03-29 01:00:06 +08:00
block.rs Use impl_add/sub_assign for block interval 2025-03-03 13:16:10 +11:00
fee.rs units: Enable differentiating div-by-zero 2025-04-08 09:04:30 +10:00
internal_macros.rs units: Fix internal docs 2025-04-07 12:14:12 +10:00
lib.rs units: Enable differentiating div-by-zero 2025-04-08 09:04:30 +10:00
parse.rs chore: remove needless question mark 2025-03-29 01:00:06 +08:00
result.rs units: Enable differentiating div-by-zero 2025-04-08 09:04:30 +10:00
time.rs Add test to BlockTime to kill mutants 2025-03-26 09:36:42 +00:00
weight.rs Merge rust-bitcoin/rust-bitcoin#4174: Improve weight 2025-03-06 15:58:59 +00:00