rust-bitcoin-unsafe-fast/bitcoin
Tobin C. Harding 2512dbafc2
Remove impl_std_error macro
We would like the codebase to be optimized for readability not ease of
development, as such code that is write-once-read-many should not use
macros.

Currently we use the `impl_std_error` macro to implement
`std::error::Error` for struct error types. This makes the code harder
to read at a glance because one has to think what the macro does.

Remove the `impl_std_error` macro and write the code explicitly.
2023-10-04 15:15:34 +11:00
..
contrib hashes: Bump version to 0.13.0 2023-08-24 12:25:42 +10:00
embedded Add patch section to test crates 2023-07-18 10:27:48 +10:00
examples Merge rust-bitcoin/rust-bitcoin#2082: example: Modify `taproot-psbt.rs` to make the use of prevouts clearer. 2023-10-01 15:12:25 +00:00
src Remove impl_std_error macro 2023-10-04 15:15:34 +11:00
tests Feature: Psbt fee checks 2023-09-28 00:11:33 -07:00
CHANGELOG.md Add changelog entries 2023-09-25 07:44:26 +10:00
Cargo.toml Use the new bech32 iterator API 2023-09-21 15:10:57 +10:00
build.rs Remove rust_v_1_46 2023-03-23 08:27:10 +11:00