rust-bitcoin-unsafe-fast/bitcoin/src/blockdata/script
Tobin C. Harding fb81bff61f
Add a from impl for ParseIntError
As is customary add a `From` impl for the `ParseIntError` and use `?`.
While this does not make much difference it saves devs wondering why
there is a `From` impl for one of the variants and not the other.
2024-01-24 13:31:57 +11:00
..
borrowed.rs 2024-01-14 automated rustfmt nightly 2024-01-14 01:00:10 +00:00
builder.rs Rename All to Opcode 2023-08-07 17:08:11 +10:00
instruction.rs Remove imports of TryFrom and TryInto 2023-11-24 03:52:05 +11:00
mod.rs Require BufRead instead of Read 2024-01-16 14:36:00 +11:00
owned.rs Fix typos 2024-01-05 23:10:31 +08:00
push_bytes.rs Bump MSRV to Rust version 1.56.1 2023-11-23 06:20:02 +11:00
tests.rs Fix typos in rustdocs 2024-01-11 22:45:45 +08:00
witness_program.rs Derive Copy for WitnessProgram 2024-01-08 13:51:12 +11:00
witness_version.rs Add a from impl for ParseIntError 2024-01-24 13:31:57 +11:00