rust-bitcoin-unsafe-fast/bitcoin/tests
Martin Habovstiak 8e428562cb Implemented unsized `Script`
This renames `Script` to `ScriptBuf` and adds unsized `Script` modeled
after `PathBuf`/`Path`. The change cleans up the API a bit, especially
all functions that previously accepted `&Script` now accept truly
borrowed version. Some functions that perviously accepted `&[u8]` can
now accept `&Script` because constructing it is no loger costly.
2022-12-14 23:21:27 +01:00
..
data locktime: unify serde impls 2022-12-11 18:48:56 +00:00
psbt.rs Implemented unsized `Script` 2022-12-14 23:21:27 +01:00
serde.rs Implemented unsized `Script` 2022-12-14 23:21:27 +01:00
serde_opcodes.rs Add serde regression tests 2022-10-29 10:47:16 +11:00