Expand description
Contains the models for the EDSP input (a scenario).
Structs§
- Actions
- Encapsulates the action fields in a
Requeststanza. - Dependency
- Specifies a dependency of a package that can be fulfilled by one or more
VersionSets. - Package
- Describes an installed or available package in the package universe.
- Preferences
- Encapsulates the preference fields in a
Requeststanza. - Request
- The request stanza of a
Scenario. - Scenario
- Describes an APT EDSP scenario.
- Scenario
Read Error - The error returned when
Scenario::read_fromfails. - Version
- The version number of a package.
- Version
Set - Describes a set of versions of a package.
Enums§
- Dependency
Parse Error - The error returned when failing to parse a
Dependency. - Relation
- Specifies the comparator used to compare two
Versions. - Version
SetParse Error - The error returned when failing to parse a
VersionSet.