There are a few green lines for the Tap*Hash types, which are tagged hashes, and whose engine/from_engine impls are replaced. The rest is red, for the other hashtypes where these methods are just dropped. A later PR will also drop the methods for the Tap*Hash types but that seemed different enough from the rest to warrant its own PR. |
||
---|---|---|
.. | ||
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