Expand description
A Rust data model of the APT External Dependency Solver Protocol. Useful for writing custom dependency solvers for APT in Rust.
Modules§
- answer
- Contains the models for EDSP answers.
- scenario
- Contains the models for the EDSP input (a scenario).
Structs§
- Bool
- A
boolwrapper type that serializestrueandfalseto"yes"and"no"respectively.Boolis generic over its default valueD. - Progress
- The model describing a
Progressstanza. - Progress
Write Error - The error returned when
Progress::write_tofails.