AI翻译后整理原文名:Rustup — the Rust toolchain installerrustup从官方发布渠道安装Rust编程语言,使你能够在稳定版、测试版和日更版编译器之间轻松切换并保持更新。它使交叉编译变得更加简单,为常见的平台提…
gen_tarball.sh add script for rpm-upgrade 20天前 rustup.spec modify spec 19天前 sources modify sources 2个月前 up.yaml add script for rpm-upgrade 20天前 简介 The rust toolchain installer default EPOL Shell 发行版 暂无发行版 贡献者(5) 全部...
$ rustup rustup 1.24.3 (ce5817a94 2021-05-31) The Rust toolchain installer USAGE: rustup [FLAGS] [+toolchain] <SUBCOMMAND> FLAGS: -v, --verbose Enable verbose output -q, --quiet Disable progress output -h, --help Prints help information -V, --version Prints version information ARGS...
在这些情况下,工具链可以在项目的目录中命名为rust-toolchain.toml或rust-toolchain。https://rust-lang...
The Rust toolchain installer rust-lang.github.io/rustup/ Topics toolchainrustrustlanghacktoberfest Resources Readme License Apache-2.0, MIT licenses found Security policy Security policy Activity Custom properties Stars 6.2kstars Watchers 116watching ...
Given the existence of a custom toolchain, toolchain-a, rustup toolchain uninstall toolchain-a/ (note trailing /) will not delete the symbolic link at ~/.rustup/toolchains/toolchain-a, which is expected, but will produce an error and delete the contents of the directory linked to toolchain-...
Install or update a given toolchain $ rustup install [toolchain] Uninstall a toolchain $ rustup uninstall [toolchain] List installed toolchains $ rustup list Create a custom toolchain by symlinking to a directory $ rustup link [custom_toolchain_name] [path/to/directory]...
toolchain指一组Rust工具,包括编译器(rustc)、构建工具(cargo)、文档生成工具(rustdoc)以及其他与 Rust 相关的实用程序。Toolchain用于管理和构建 Rust 代码,并且可以包括一个特定版本的 Rust 编译器和标准库,还包含一个默认是编译到本机平台的target。
dev-lang/rustGentoo软件包有一个rlsuse-flag(代表Rust Language Server),它有一个将Rust源代码安装...