rust-bitcoin-unsafe-fast/units/src
Tobin C. Harding 980365097d
Fix expecting string for amount types
According to the `serde` docs:

> This is used in error messages. The message should complete the
> sentence “This Visitor expects to receive …”, for example the message
> could be “an integer between 0 and 64”. The message should not be
> capitalized and should not end with a period.

Use a lower case character to start the string.
2025-05-14 12:31:16 +10:00
..
amount Fix expecting string for amount types 2025-05-14 12:31:16 +10:00
fee_rate Fix expecting string for fee_rate 2025-05-14 12:30:37 +10:00
locktime units: Fix rustdoc column width 2025-05-08 10:16:57 +10:00
block.rs units: Use functional style 2025-05-10 07:58:00 +10:00
fee.rs Merge rust-bitcoin/rust-bitcoin#4487: Automated nightly rustfmt (2025-05-11) 2025-05-12 16:31:13 +00:00
internal_macros.rs Create impl_mul_assign and impl_div_assign macros 2025-04-22 22:50:09 -05:00
lib.rs Merge rust-bitcoin/rust-bitcoin#4458: locktimes: replace `MtpAndHeight` type with pair of `BlockMtp` and `BlockHeight` 2025-05-07 22:32:16 +00:00
parse.rs Use parameters instead of arguments in rustdocs 2025-04-22 10:43:13 +01:00
result.rs Introduce `map` function for `NumOpResult` 2025-05-13 07:34:17 -05:00
time.rs Add privacy boundary to BlockTime 2025-04-17 11:43:05 +10:00
weight.rs Implement Div<NonZeroU64|I64> for Amount, SignedAmount, FeeRate, and Weight 2025-05-13 20:01:11 +03:00