rust-bitcoin-unsafe-fast/api
Tobin C. Harding 9e7cd97c25
Add a script to check the public API
We would like to check for API changes during development and in CI so
that such changes can be discussed separately from the code.

Add tooling and documentation for creating API listings for the public
crates within the workspace (i.e., not `internals`).

Add API text files from an initial run of the script.
2024-05-18 09:54:52 +10:00
..
base58 Add a script to check the public API 2024-05-18 09:54:52 +10:00
bitcoin Add a script to check the public API 2024-05-18 09:54:52 +10:00
hashes Add a script to check the public API 2024-05-18 09:54:52 +10:00
io Add a script to check the public API 2024-05-18 09:54:52 +10:00
units Add a script to check the public API 2024-05-18 09:54:52 +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