rust-bitcoin-unsafe-fast/api
Andrew Poelstra 9f8797f486
API changes for constification of hash constructors
This is a noisy diff and probably can just be ignored vs reading the
source diff in the previous commit.
2024-06-22 15:08:15 +00:00
..
base58 Add a script to check the public API 2024-05-18 09:54:52 +10:00
bitcoin API changes for constification of hash constructors 2024-06-22 15:08:15 +00:00
hashes API changes for constification of hash constructors 2024-06-22 15:08:15 +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