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§
- Diff
Report - The
DiffReportstruct represents a diff report containing a list ofDiffobjects.
Enums§
- Diff
- The
Diffenum is designed to represent differences between two versions of some kind of item identified. - Diff
Item - The
DiffItemenum is designed to represent differences between two versions of an item. It contains two variantsFileandContent.
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.