rust-bitcoin-unsafe-fast/src/consensus
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
..
encode.rs Do not print error when displaying for std builds 2022-05-27 08:38:52 +10:00
mod.rs Clean up module level rustdocs 2021-11-06 10:59:53 +11:00
params.rs Fix in preparation for next edition 2022-05-11 10:16:17 +10:00