rust-bitcoin-unsafe-fast/internals/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 Standardize wording to `constructs a new` 2024-11-05 13:02:26 +00:00
array_vec.rs 2024-12-22 automated rustfmt nightly 2024-12-22 01:21:54 +00:00
compact_size.rs Run the formatter 2024-10-10 10:39:53 +11:00
const_tools.rs Refactor Rust version checking 2024-08-19 15:21:01 +02:00
lib.rs Remove needless_borrows_for_generic_args 2024-11-01 14:30:45 +11:00
macros.rs Remove usage of impl_from_infallible in crates 2025-01-04 23:46:12 -06:00
parse.rs clippy: change accidental doccomments into correct comments 2024-09-30 12:30:57 +00:00
script.rs Re-write (and re-name) read_uint_iter 2024-09-09 06:31:39 +10:00
serde.rs Remove unnecessary lifetimes 2024-10-23 06:55:25 +11:00