Expand description
Avoid cyclic crate dependencies between resolver,
installer and [build][uv_build] through BuildDispatch
implementing BuildContext.
Structs§
- Build
Dispatch - The main implementation of
BuildContext, used by the CLI, seeBuildContextdocumentation. - Shared
State - Shared state used during resolution and installation.