Expand description
Simulations of Cargo behavior.
Cargo comes with a set of algorithms to figure out what packages or features are built. This
module reimplements those algorithms using guppy
’s data structures.
Structs§
- Cargo
Options - Options for queries which simulate what Cargo does.
- Cargo
Set - A set of packages and features, as would be built by Cargo.
Enums§
- Build
Platform - Either the target or the host platform.
- Cargo
Resolver Version - The version of Cargo’s feature resolver to use.
- Initials
Platform - For a given Cargo build simulation, what platform to assume the initials are being built on.