cargo-bins / cargo-binstall

Binary installation for rust projects
GNU General Public License v3.0
1.62k stars 60 forks source link

Better handling of missing binaries #1888

Open NobodyXu opened 3 months ago

NobodyXu commented 3 months ago

Currently, if some non-optional binaries are missing, we'd conclude that the fetcher isn't feasible and continue with another fetcher.

However this might not be the right choice, i.e. sometimes users only want some binaries, sometimes the fetcher we fallback also doesn't have it as well.

We probably want to handle this partial match better.