rust-bitcoin-unsafe-fast/bitcoin/src/address
Tobin C. Harding 2bb90b8203
Introduce two extensions traits for ScriptBuf
In preparation for moving the `ScritpBuf` type to `primitives` add a
public and private extension trait for the functions we want to leave
here in `bitcoin`.

Note, includes a change to the `difine_extension_trait` metavariable
used on `$gent` from `ident` to `path` to support the generic
`AsRef<PushBytes>`.
2024-08-20 09:34:34 +10:00
..
error.rs Remove wildcard from prelude import 2024-06-28 08:02:43 +01:00
mod.rs Introduce two extensions traits for ScriptBuf 2024-08-20 09:34:34 +10:00
script_pubkey.rs Replace impl blocks with extension traits 2024-08-13 13:14:00 +02:00