rustup
Rustup allows installing a rust toolchain for developers
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / rustup
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:rust/rustup && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000001078 1.05 KB | |
cargo_config | 0000000273 273 Bytes | |
rustup-1.24.3~git0.ce5817a9.tar.xz | 0000561884 549 KB | |
rustup-rpmlintrc | 0000000055 55 Bytes | |
rustup.changes | 0000001536 1.5 KB | |
rustup.spec | 0000004295 4.19 KB | |
vendor.tar.xz | 0026323964 25.1 MB |
Revision 5 (latest revision is 47)
William Brown (firstyear)
accepted
request 924402
from
Michał Rostecki (mrostecki)
(revision 5)
- Add symlink to rustup-init. rustup and rustup-init are the same binary, but that binary behaves diferently based on the name it's executed by. rustup-init takes care of the initial setup, which includes setting PATH, modifying .bashrc etc. It's supposed to be called only once. rustup doesn't perform those steps and it only manages toolchains. It can be used the entire time. - Install bash and zsh completion.
Comments 0