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
PublicItem
s are considered
the same if their path
is the same.The return value of
Self::between
. To quickly get a sense of what it
contains, you can pretty-print it: