rust-bitcoin-unsafe-fast/bitcoin/src/taproot
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
..
merkle_branch.rs Standardize wording to `constructs a new` 2024-11-05 13:02:26 +00:00
mod.rs Remove usage of impl_from_infallible in crates 2025-01-04 23:46:12 -06:00
serialized_signature.rs Set avoid-breaking-exported-api to false 2024-12-11 10:11:50 +11:00