Module public_api::diff
source · Expand description
Contains facilities that allows you diff public APIs between releases and
commits. cargo public-api contains
additional helpers for that.
Structs
- An item has changed in the public API. Two
PublicItems are considered the same if theirpathis the same. - The return value of
Self::between. To quickly get a sense of what it contains, you can pretty-print it: