rust-bitcoin-unsafe-fast/units/tests
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
..
data units: Add serde regression test 2024-12-28 08:15:13 +11:00
api.rs Run the formatter 2025-05-08 10:16:56 +10:00
serde.rs Make serde attribute usage more terse 2025-05-14 12:13:38 +10:00
str.rs Remove Display/FromStr for FeeRate 2025-05-17 08:20:17 +10:00