Module cargo::ops::resolve

source ·
Expand description

High-level APIs for executing the resolver.

This module provides functions for running the resolver given a workspace. There are roughly 3 main functions:

  • resolve_ws: A simple, high-level function with no options.
  • resolve_ws_with_opts: A medium-level function with options like user-provided features. This is the most appropriate function to use in most cases.
  • resolve_with_previous: A low-level function for running the resolver, providing the most power and flexibility.

Structs

Constants

Functions