rust-bitcoin-unsafe-fast/units/src
Tobin C. Harding b895c9aad4
units: Deprecate unchecked ops
These functions do not add value because one can just call `to_sat` and
`from_sat` if doing ops in a tight loop.

Note we need to remove these deprecated functions before we release
`units v1.0`.
2024-12-16 12:45:13 +11:00
..
amount units: Deprecate unchecked ops 2024-12-16 12:45:13 +11:00
locktime Merge rust-bitcoin/rust-bitcoin#3715: units: Add `must_use` 2024-12-11 18:22:02 +00:00
block.rs units: Derive Default for BlockInterval 2024-12-12 15:15:28 +11:00
fee_rate.rs units: Add additional must_use 2024-12-11 09:19:19 +11:00
lib.rs units: Add _export::_core 2024-12-12 15:15:13 +11:00
parse.rs 2024-12-15 automated rustfmt nightly 2024-12-15 01:35:28 +00:00
weight.rs Remove Weight::from_wu_usize function 2024-12-12 15:21:29 +11:00