Module 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ยง

ChangedPublicItem
An item has changed in the public API. Two PublicItems are considered the same if their path is the same.
PublicApiDiff
The return value of Self::between. To quickly get a sense of what it contains, you can pretty-print it: