As you can see from the - lines in the API diff, there is no reduction in API surface (we just remove the T:Tag bound from the sha256t::Tag type, which is not strictly necessary but maybe we would prefer to keep). |
||
---|---|---|
.. | ||
base58 | ||
bitcoin | ||
hashes | ||
io | ||
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