rust-bitcoin-unsafe-fast/base58/src
Shing Him Ng f94c7185fd Remove usage of impl_from_infallible in crates
Rust macros, while at times useful, are a maintenance nightmare. And
we have been bitten by calling macros from other crates multiple times
in the past.

In a push to just use less macros remove the usage of the
`impl_from_infallible` macro in the bitcoin, units, and internals crates
and just write the code.
2025-01-04 23:46:12 -06:00
..
error.rs Remove usage of impl_from_infallible in crates 2025-01-04 23:46:12 -06:00
lib.rs Remove test_ prefix from unit tests 2025-01-02 10:06:50 +11:00