rust-bitcoin-unsafe-fast/units/src
Martin Habovstiak 5e6c65bc1a Clean up `unsigned_abs`
Previousle we copied `unsigned_abs` method from `core` because it was
unstable in older MSRV. Our current MSRV allows using the method
directly so this removes our old one and uses the one from standard
library instead.
2024-01-24 11:25:09 +01:00
..
amount.rs Clean up `unsigned_abs` 2024-01-24 11:25:09 +01:00
lib.rs Remove ToOwned from prelude 2023-12-12 08:55:03 +11:00