rust-bitcoin-unsafe-fast/primitives/src/script
Tobin C. Harding 0d8e9ef096
Remove usage of impl_from_infallible in leaf 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 all the leaf crates and just write the
code.
2025-01-02 07:51:21 +11:00
..
borrowed.rs primitives: Add must_use 2024-12-10 11:02:06 +11:00
mod.rs Remove usage of impl_from_infallible in leaf crates 2025-01-02 07:51:21 +11:00
owned.rs primitives: Add must_use 2024-12-10 11:02:06 +11:00