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§
- Options for queries which simulate what Cargo does.
- A set of packages and features, as would be built by Cargo.
Enums§
- Either the target or the host platform.
- The version of Cargo’s feature resolver to use.
- For a given Cargo build simulation, what platform to assume the initials are being built on.