rust-bitcoin-unsafe-fast/bitcoin/examples
Jamil Lambert, PhD 64e668f99e
Change from_str(s) to parse::<T>() in Examples
`s.parse` is more idiomatic and produces more helpful error messages.

This has been changed in examples.
2024-08-28 13:50:43 +01:00
..
bip32.rs Change `T::from_str(s)` to `s.parse::<T>()` 2024-08-27 17:31:00 +01:00
ecdsa-psbt-simple.rs Change from_str(s) to parse::<T>() in Examples 2024-08-28 13:50:43 +01:00
ecdsa-psbt.rs Change from_str(s) to parse::<T>() in Examples 2024-08-28 13:50:43 +01:00
handshake.rs Use lower case error messages 2024-07-15 09:25:08 +01:00
sighash.rs Replace impl blocks with extension traits 2024-08-13 13:14:00 +02:00
sign-tx-segwit-v0.rs Introduce scriptPubkey extension traits 2024-07-13 08:43:06 +10:00
sign-tx-taproot.rs Introduce scriptPubkey extension traits 2024-07-13 08:43:06 +10:00
taproot-psbt-simple.rs Change from_str(s) to parse::<T>() in Examples 2024-08-28 13:50:43 +01:00
taproot-psbt.rs Change from_str(s) to parse::<T>() in Examples 2024-08-28 13:50:43 +01:00