rust-bitcoin-unsafe-fast/.github
Tobin C. Harding e126a24307
Add API script
Add a script to generate API files using `cargo public-api` for the
crates that we are trying to stabalise (the so called 'leaf crates').

- hashes
- io
- primitives
- units

We already ran the script and committed the files last patch. The fact
that this patch does not include any changes to the `api/` directory and
that CI passes is enough to convince us that last patch was valid.

Add a CI job that runs the script and checks there are no changes to
the committed text files thereby proving no API changes are made in a
PR without explicitly modifying the API text files.

Add documentation to `CONTRIBUTING.md` on what is expected of devs.
2024-12-06 15:42:22 +11:00
..
workflows Add API script 2024-12-06 15:42:22 +11:00
dependabot.yml CI: Add `dependabot.yml` 2023-09-08 05:47:19 -04:00
labeler.yml ci: delete *test.sh files 2024-02-28 20:45:56 +00:00