Crate apt_edsp

Source
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 serializes true and false to "yes" and "no" respectively. Bool is generic over its default value D.
Progress
The model describing a Progress stanza.
ProgressWriteError
The error returned when Progress::write_to fails.