rust-bitcoin-unsafe-fast/units/src
Tobin C. Harding baadcf4c0a
units: Test that SignedAmount float conversion overflows
We should not be able to roundtrip a `SignedAmount` value greater than
`MAX`, add a test to prove so.

While we are at it document the assertion above that proves we can parse
a float representing an `Amount` greater than `SignedAmount::MAX`.
2024-01-22 09:08:54 +11:00
..
amount.rs units: Test that SignedAmount float conversion overflows 2024-01-22 09:08:54 +11:00
lib.rs Remove ToOwned from prelude 2023-12-12 08:55:03 +11:00