rust-bitcoin-unsafe-fast/bitcoin/src/psbt
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
..
map Make capitalization of SegWit uniform in rustdocs 2024-12-17 14:28:28 +00:00
error.rs Remove usage of impl_from_infallible in crates 2025-01-04 23:46:12 -06:00
macros.rs Use fully qualified path in macro 2024-10-28 09:08:26 +11:00
mod.rs Remove usage of impl_from_infallible in crates 2025-01-04 23:46:12 -06:00
raw.rs Standardize wording to `constructs a new` 2024-11-05 13:02:26 +00:00
serialize.rs script: deprecate to_bytes 2024-11-01 07:09:53 +11:00