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§
- Provides an solver implementation based on the
rattler_libsolv_c
crate. - Provides an solver implementation based on the
resolvo
crate.
Structs§
- A helper struct that implements
IntoRepoData
for anything that can iterate overRepoDataRecord
s. - 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§
- Defines the ability to convert a type into
SolverRepoData
. - Represents a solver implementation, capable of solving
SolverTask
s - A representation of a collection of
RepoDataRecord
usable by aSolverImpl
implementation.