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
bool
wrapper type that serializestrue
andfalse
to"yes"
and"no"
respectively.Bool
is generic over its default valueD
. - Progress
- The model describing a
Progress
stanza. - Progress
Write Error - The error returned when
Progress::write_to
fails.