Problem
From https://doc.rust-lang.org/cargo/commands/cargo-fetch.html as of today:
See also the cargo-prefetch plugin which adds a command to download popular crates. This may be useful if you plan to use Cargo without a network with the --offline flag.
Neither the crate on crates.io nor the GitHub repository have been updated for 7 years. I think it is safe to say that it is unmaintained. I think Cargo's documentation shouldn't be recommending unmaintained things.
Further, even if it were being actively maintained, I am not sure the recommendation makes sense, for a variety of reasons. Today, would we accept a PR that adds this recommendation? Probably not.
Problem
From https://doc.rust-lang.org/cargo/commands/cargo-fetch.html as of today:
Neither the crate on crates.io nor the GitHub repository have been updated for 7 years. I think it is safe to say that it is unmaintained. I think Cargo's documentation shouldn't be recommending unmaintained things.
Further, even if it were being actively maintained, I am not sure the recommendation makes sense, for a variety of reasons. Today, would we accept a PR that adds this recommendation? Probably not.