rust-bitcoin-unsafe-fast/units/src
Martin Habovstiak 73b325aec5 Report position of the first "too precise" digit
Sometimes people don't remember the exact number of decimal places
supported by denomination or don't want to count (e.g. when converting
fiat to BTC the calculator may yield too precise value). It's helpful to
say in error message at which digit the precision is too high.

This adds `TooPreciseError` struct containing the information and
improves the error message to display it.
2024-02-24 08:55:32 +01:00
..
amount.rs Report position of the first "too precise" digit 2024-02-24 08:55:32 +01:00
lib.rs Make crate level attributes uniform 2024-01-31 11:32:46 +11:00