rust-bitcoin-unsafe-fast/bitcoin/examples
Tobin C. Harding 6b90e42e78
Finalize the script hex APIs
Recently we made an attempt at making the hex APIs for scripts easier to
use, better documented, and shown via an example.

After that work we decided it would be better if `LowerHex`/`UpperHex`
did not have the prefix. We also wanted to further clarify the inherent
function names to make the all explicit.

See GitHub issue #4316 for the thread of discussion.

Note that this PR does not require changes to the serde regression test
which were non changed in the original work either.
2025-05-08 15:12:05 +10:00
..
bip32.rs Use variable directly in format! string 2025-05-06 09:49:03 +01:00
create-p2wpkh-address.rs Use variable directly in format! string 2025-05-06 09:49:03 +01:00
ecdsa-psbt-simple.rs Use variable directly in format! string 2025-05-06 09:49:03 +01:00
ecdsa-psbt.rs Use variable directly in format! string 2025-05-06 09:49:03 +01:00
handshake.rs Use variable directly in format! string 2025-05-06 09:49:03 +01:00
io.rs bitcoin: Add an example of doing I/O to encode/decode 2025-01-08 10:18:00 +11:00
script.rs Finalize the script hex APIs 2025-05-08 15:12:05 +10:00
sighash.rs Use variable directly in format! string 2025-05-06 09:49:03 +01:00
sign-tx-segwit-v0.rs Use variable directly in format! string 2025-05-06 09:49:03 +01:00
sign-tx-taproot.rs Merge rust-bitcoin/rust-bitcoin#4410: Wrap secp256k1::XOnlyPublicKey to improve error handling 2025-05-07 17:01:31 +00:00
taproot-psbt-simple.rs Merge rust-bitcoin/rust-bitcoin#4410: Wrap secp256k1::XOnlyPublicKey to improve error handling 2025-05-07 17:01:31 +00:00
taproot-psbt.rs Merge rust-bitcoin/rust-bitcoin#4410: Wrap secp256k1::XOnlyPublicKey to improve error handling 2025-05-07 17:01:31 +00:00