rust-bitcoin-unsafe-fast/bitcoin
Tobin C. Harding 4ff5d6886b
Add private ScriptBufAsVec type
Add a private type that allows us to mutate the inner vector of a
`ScriptBuf` only using public functions and never touching the inner
field.

Done in preparation for moving the `ScriptBuf` to `primitives`.

Mad hackery by Kix!
2024-08-19 10:40:06 +10:00
..
contrib Bump MSRV to 1.63 2024-07-27 07:24:32 +02:00
embedded Move opcodes to primitives 2024-07-09 15:26:33 +10:00
examples Replace impl blocks with extension traits 2024-08-13 13:14:00 +02:00
src Add private ScriptBufAsVec type 2024-08-19 10:40:06 +10:00
tests Replace impl blocks with extension traits 2024-08-13 13:14:00 +02:00
CHANGELOG.md Capitalize Merkle 2024-07-01 17:42:43 +01:00
Cargo.toml Remove build cfg for versions less than MSRV 2024-08-08 12:03:06 +10:00
build.rs Parse MSRV minor version number from env 2024-08-12 14:24:31 -05:00