Module diff

Module diff 

Source
Expand description

Compare two crate archives and create a difference report.

Modules§

exposed
Exposed namespace of the module.
orphan
Orphan namespace of the module.
own
Own namespace of the module.
prelude
Prelude to use essentials: use my_module ::prelude :: *.

Structs§

DiffReport
The DiffReport struct represents a diff report containing a list of Diff objects.

Enums§

Diff
The Diff enum is designed to represent differences between two versions of some kind of item identified.
DiffItem
The DiffItem enum is designed to represent differences between two versions of an item. It contains two variants File and Content.

Constants§

PUBLISH_IGNORE_LIST
These files are ignored because they can be safely changed without affecting functionality

Functions§

crate_diff
Creates a differential report between two crate archives.