Crate rattler_solve

Source
Expand description

rattler_solve is a crate that provides functionality to solve Conda environments. It currently exposes the functionality through the SolverImpl::solve function.

Modules§

Structs§

  • A helper struct that implements IntoRepoData for anything that can iterate over RepoDataRecords.
  • Represents a dependency resolution task, to be solved by one of the backends

Enums§

  • Represents the channel priority option to use during solves.
  • Represents an error when solving the dependencies for a given environment
  • Represents the strategy to use when solving dependencies

Traits§