rust-bitcoin-unsafe-fast/api
Andrew Poelstra 8bd5c64433
api changes for "drop GeneralHash from wrapped hash types"
There are a few green lines for the Tap*Hash types, which are tagged
hashes, and whose engine/from_engine impls are replaced. The rest is
red, for the other hashtypes where these methods are just dropped.

A later PR will also drop the methods for the Tap*Hash types but that
seemed different enough from the rest to warrant its own PR.
2024-06-24 14:00:57 +00:00
..
base58 Add a script to check the public API 2024-05-18 09:54:52 +10:00
bitcoin api changes for "drop GeneralHash from wrapped hash types" 2024-06-24 14:00:57 +00:00
hashes api changes for split between Hash/GeneralHash 2024-06-24 13:51:09 +00:00
io Add a script to check the public API 2024-05-18 09:54:52 +10:00
units api: Run just check-api 2024-05-30 16:50:02 +10:00
README.md Add a script to check the public API 2024-05-18 09:54:52 +10:00

README.md

API text files

Each file here lists the public API when built with some set of features enabled. To create these files run ../contrib/check-for-api-changes.sh:

Requires cargo-public-api, install with:

cargo +stable install cargo-public-api --locked

ref: https://github.com/enselic/cargo-public-api