7f75447c1d
Currently we have functions on `Address` that call through to a public `Payload` type. The `Payload` type is an implementation detail and should never have been public. In preparation for modifying the `AddressInner` and removing `Payload` altogether lets move all the functionality from `Payload` into `Address` - this is basically just code moves so it is feasible to review with some confidence. This is an API breaking change because it makes `Payload` private and also removes from the pubic `Address` API functions that accept and return `Payload`. Apart from that the changes can be seen as refactoring. |
||
---|---|---|
.. | ||
contrib | ||
embedded | ||
examples | ||
src | ||
tests | ||
CHANGELOG.md | ||
Cargo.toml | ||
build.rs |