2512dbafc2
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. |
||
---|---|---|
.. | ||
contrib | ||
src | ||
CHANGELOG.md | ||
Cargo.toml | ||
README.md | ||
build.rs |
README.md
Rust Bitcoin Internals
This crate is only meant to be used internally by crates in the rust-bitcoin ecosystem.
This crate will never be stabilized, depend on it at your own risk.