rust-bitcoin-unsafe-fast/units/src/fee_rate
Tobin C. Harding 29b12bec6b
Remove Display/FromStr for FeeRate
Parsing and displaying strings is a PITA. `FeeRate` is likely not that
heavily used at the moment and users can always just call
`to_sat_per_kwu()` to format it.

So we can get the `units-1.0-alpha.0` release out the door just remove
the `Display` and `FromStr` impls for now. They can be added back in
later when we have time to get #4339 in.
2025-05-17 08:20:17 +10:00
..
mod.rs Remove Display/FromStr for FeeRate 2025-05-17 08:20:17 +10:00
serde.rs Fix expecting string for fee_rate 2025-05-14 12:30:37 +10:00