rust-bitcoin-unsafe-fast/units/src
Tobin C. Harding 94f9bac6aa
Return Self::Output from ops::Rem
The ops traits return `Self::Output` not `Self`. The current code builds
because `Self` and `Self::Output` are both the same type.

Use `Self::Output` as the return value of `ops::Rem`.
2025-02-07 11:16:50 +11:00
..
amount Return Self::Output from ops::Rem 2025-02-07 11:16:50 +11:00
fee_rate Kill remaining mutants 2025-01-21 17:01:36 -06:00
locktime Kill remaining mutants 2025-01-21 17:01:36 -06:00
block.rs 2025-01-12 automated rustfmt nightly 2025-01-12 01:23:13 +00:00
fee.rs Remove `fee_vb` 2025-02-05 09:05:51 -06:00
internal_macros.rs 2024-12-22 automated rustfmt nightly 2024-12-22 01:21:54 +00:00
lib.rs units: Introduce fee module 2025-01-08 08:17:06 +11:00
parse.rs Merge rust-bitcoin/rust-bitcoin#3938: units: Change `create` to `construct` in rustdocs 2025-01-21 03:23:13 +00:00
weight.rs Address mutants in units 2025-01-03 21:17:20 -06:00