These changes are nontrivial. They * Drop the `From` impls from (w)txids to (w)TxMerkleRoots * Introduce a new trait and bound calculate_root on it... * ...in such a way that its return value cannot be inferred without further hints (though in practice this doesn't matter because usually the return value is immediately assigned to something with a known type such as a BlockHeader field) |
||
---|---|---|
.. | ||
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