rust-bitcoin-unsafe-fast/internals/src
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
..
error Remove impl_std_error macro 2023-10-04 15:15:34 +11:00
error.rs Remove impl_std_error macro 2023-10-04 15:15:34 +11:00
lib.rs internals: Remove hex module 2023-07-21 10:59:47 +10:00
macros.rs internals: Remove attribution from all files 2023-05-01 09:31:42 +10:00
parse.rs Remove docsrs attributes 2023-07-14 14:59:11 +10:00
serde.rs Implement support for `alloc`-free parse errors 2023-06-04 21:15:37 +02:00