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§

Structs§

  • A bool wrapper type that serializes true and false to "yes" and "no" respectively. Bool is generic over its default value D.
  • The model describing a Progress stanza.