rust-bitcoin-unsafe-fast/src/util
Tobin C. Harding 57dd6739c3 Do not print error when displaying for std builds
We implement `source` for all our error types. This means that we should
not display the source error explicitly because users can call `source`
to get the source error.

However, `std::Error::source()` is only available for "std" builds, so
that we do not loose the error source information in "no-std" builds add
a macro that conditionally adds the source onto the error message.
2022-05-27 08:38:52 +10:00
..
psbt Do not print error when displaying for std builds 2022-05-27 08:38:52 +10:00
address.rs Do not print error when displaying for std builds 2022-05-27 08:38:52 +10:00
amount.rs Implement std::error::source codebase wide 2022-05-19 16:35:11 +10:00
base58.rs Do not print error when displaying for std builds 2022-05-27 08:38:52 +10:00
bip32.rs Do not print error when displaying for std builds 2022-05-27 08:38:52 +10:00
bip143.rs Fix in preparation for next edition 2022-05-11 10:16:17 +10:00
bip158.rs Do not print error when displaying for std builds 2022-05-27 08:38:52 +10:00
ecdsa.rs Do not print error when displaying for std builds 2022-05-27 08:38:52 +10:00
endian.rs std -> core 2021-06-11 17:28:04 +02:00
hash.rs Fix in preparation for next edition 2022-05-11 10:16:17 +10:00
key.rs Do not print error when displaying for std builds 2022-05-27 08:38:52 +10:00
merkleblock.rs Fix in preparation for next edition 2022-05-11 10:16:17 +10:00
misc.rs Do not print error when displaying for std builds 2022-05-27 08:38:52 +10:00
mod.rs Do not print error when displaying for std builds 2022-05-27 08:38:52 +10:00
schnorr.rs Do not print error when displaying for std builds 2022-05-27 08:38:52 +10:00
sighash.rs Bind to error_kind instead of e 2022-05-26 10:06:18 +10:00
taproot.rs Do not print error when displaying for std builds 2022-05-27 08:38:52 +10:00
uint.rs Implement std::error::source codebase wide 2022-05-19 16:35:11 +10:00