rust-bitcoin-unsafe-fast/api
Tobin C. Harding 601a47fb40
Add new api text file changes
In a recent PR (#3682) we introduced api text files. Then in another
PR (#3711) we removed `alloc` feature gating. Possibly due to the
timing of running through CI and merging these two PRs managed to get
merged without an update to the API text files.

As would be expected; removing the `alloc` feature gate adds a bunch of
new lines to the `no-features` api text file.
2024-12-11 08:56:59 +11:00
..
hashes Add api text files 2024-12-06 15:20:52 +11:00
io Add api text files 2024-12-06 15:20:52 +11:00
primitives Add new api text file changes 2024-12-11 08:56:59 +11:00
units Add api text files 2024-12-06 15:20:52 +11:00
README.md Add api text files 2024-12-06 15:20:52 +11: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