We are about to introduce a script that generates text files for the public API surface of various crates. Run the soon-to-be-introduced script and commit the changes. Covers: - `hashes` - `io` - `primitives` - `units` The script and CI setup will be done in the next patch, this is just to make review easier. |
||
---|---|---|
.. | ||
hashes | ||
io | ||
primitives | ||
units | ||
README.md |
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