Мануалы и справочники Общие команды
cargo-fetch

Команда cargo-fetch: опции, ключи и примеры использования

cargo fetch

Fetch dependencies of a package from the network. More information: https://doc.rust-lang.org/cargo/commands/cargo-fetch.html.

  • Fetch dependencies specified in Cargo.lock (for all targets):

cargo fetch

  • Fetch dependencies for the specified target:

cargo fetch --target {{target_triple}}

Изображение Выучи 10 хороших привычек для работы в UNIX от IBM