rust-bitcoin-unsafe-fast/hashes/tests
Tobin C. Harding ec06028f63
hashes: Make hex dependency optional
The only reason we need `hex-conservative` is to parse strings and
format them as hex. For users that do not require this functionality we
can make the `hex-conservative` crate an optional dependency.

The `serde` feature requires `Display` so we enable `hex` from the
`serde` feature.

If `hex` feature is not enabled we still need to be able to debug so
provide `fmt::Debug` functionality by way of macros.

Close: #2654
2024-11-14 09:36:55 +11:00
..
io.rs hashes: Make hex dependency optional 2024-11-14 09:36:55 +11:00
regression.rs hashes: Make hex dependency optional 2024-11-14 09:36:55 +11:00