rust-bitcoin-unsafe-fast/bitcoin
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
..
contrib Fail CI if docs build throws warnings 2022-11-21 10:35:49 +11:00
embedded hashes: Do not implement Deref 2022-12-12 12:05:54 +11:00
examples Implemented unsized `Script` 2022-12-14 23:21:27 +01:00
fuzz Implemented unsized `Script` 2022-12-14 23:21:27 +01:00
src Implemented unsized `Script` 2022-12-14 23:21:27 +01:00
tests Implemented unsized `Script` 2022-12-14 23:21:27 +01:00
CHANGELOG.md Move CHANGELOG to bitcoin crate 2022-11-08 08:40:44 +11:00
Cargo.toml Implemented unsized `Script` 2022-12-14 23:21:27 +01:00
build.rs Implement consensus encoding adapter for serde 2022-12-02 10:48:05 +01:00