rust-bitcoin-unsafe-fast/internals/src
Tobin C. Harding 5fbbd483ea
Use MIN/MAX consts instead of min/max_value
We currently use the functions `min_value` and `max_value` because the
consts were not available in Rust 1.41.1, however we recently bumped the
MSRV so we can use the consts now.
2023-05-03 08:22:30 +10:00
..
hex Use MIN/MAX consts instead of min/max_value 2023-05-03 08:22:30 +10:00
error.rs internals: Remove attribution from all files 2023-05-01 09:31:42 +10:00
lib.rs internals: Remove attribution from all files 2023-05-01 09:31:42 +10:00
macros.rs internals: Remove attribution from all files 2023-05-01 09:31:42 +10:00