Expand description
Trait definitions for diff computation strategies.
This module provides abstractions for computing different types of changes, enabling modular and testable diff operations.
Structs§
- Component
Change Set - Container for component changes (added, removed, modified).
- Dependency
Change Set - Container for dependency changes (added, removed).
- License
Change Set - Container for license changes.
- Vulnerability
Change Set - Container for vulnerability changes.
Traits§
- Change
Computer - Trait for computing a specific type of change between SBOMs.
Type Aliases§
- Component
Matches - Result of matching components between two SBOMs.