Document the resolver in online documentation #7301
Labels
A-dependency-resolution
Area: dependency resolution and the resolver
A-documenting-cargo-itself
Area: Cargo's documentation
Raised by @ehuss here it's long overdue that the general algorithm of the resolver is documented in the Cargo book (https://doc.rust-lang.org/cargo/).
I think we don't necessarily need to document the whole algorithm per se, but we should go into detail about the various constraints that the resolver is solving for and what a "human readable description" of the problem the resolver is solving is doing. This is where we'd also document the interaction of
[patch]
with the resolver as well.cc @Eh2406, you're likely interested in this!
The text was updated successfully, but these errors were encountered: